mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Finished the Plex Content Cacher. Need to do the episodes part but things are now showing as available! #865
This commit is contained in:
parent
b4789363e8
commit
df5f0fc691
13 changed files with 143 additions and 75 deletions
|
@ -15,8 +15,7 @@ namespace Ombi.Store.Context
|
|||
DbSet<GlobalSettings> Settings { get; set; }
|
||||
DbSet<PlexContent> PlexContent { get; set; }
|
||||
DbSet<User> Users { get; set; }
|
||||
EntityEntry<GlobalSettings> Entry(GlobalSettings settings);
|
||||
EntityEntry<User> Entry(User settings);
|
||||
EntityEntry<T> Entry<T>(T entry) where T : class;
|
||||
EntityEntry<TEntity> Attach<TEntity>(TEntity entity) where TEntity : class;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue