mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
Fixed logo on reset password pages
fixed the run importer button on the user management settings Added root and qulaity profile selection for movies #1517 Added the Sonarr Cacher #1513 Refactored what we do to tv searches to use the rules engine Cache a few more things to speed some searches up
This commit is contained in:
parent
aad5c2a4bc
commit
9ae5ad0ecd
43 changed files with 1313 additions and 281 deletions
|
@ -33,6 +33,7 @@ namespace Ombi.Store.Context
|
|||
DbSet<MovieIssues> MovieIssues { get; set; }
|
||||
DbSet<TvIssues> TvIssues { get; set; }
|
||||
DbSet<Tokens> Tokens { get; set; }
|
||||
DbSet<SonarrCache> SonarrCache { get; set; }
|
||||
EntityEntry Update(object entity);
|
||||
EntityEntry<TEntity> Update<TEntity>(TEntity entity) where TEntity : class;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue