Added the Emby Cacher, we now cache the Emby data!

This commit is contained in:
tidusjar 2017-09-02 00:18:54 +01:00
parent 6d276a3c3d
commit 012a82ca2d
19 changed files with 441 additions and 20 deletions

View file

@ -28,7 +28,8 @@ namespace Ombi.Store.Context
public DbSet<PlexContent> PlexContent { get; set; }
public DbSet<PlexEpisode> PlexEpisode { get; set; }
public DbSet<RadarrCache> RadarrCache { get; set; }
public DbSet<EmbyContent> EmbyContent { get; set; }
public DbSet<MovieRequests> MovieRequests { get; set; }
public DbSet<TvRequests> TvRequests { get; set; }
public DbSet<ChildRequests> ChildRequests { get; set; }