mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added Couchpotato support and fixed #1548
Moved the SSL Cert ignore into the Ombi Settings
This commit is contained in:
parent
ef82926574
commit
57f3297892
24 changed files with 1047 additions and 26 deletions
|
@ -26,6 +26,7 @@ namespace Ombi.Store.Context
|
|||
public DbSet<PlexContent> PlexContent { get; set; }
|
||||
public DbSet<PlexEpisode> PlexEpisode { get; set; }
|
||||
public DbSet<RadarrCache> RadarrCache { get; set; }
|
||||
public DbSet<CouchPotatoCache> CouchPotatoCache { get; set; }
|
||||
public DbSet<EmbyContent> EmbyContent { get; set; }
|
||||
public DbSet<EmbyEpisode> EmbyEpisode { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue