mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
This commit is contained in:
parent
a46f5be1d3
commit
5816ddef98
3 changed files with 63 additions and 77 deletions
|
@ -362,7 +362,6 @@ namespace PlexRequests.UI.Modules
|
|||
viewT.Requested = true;
|
||||
viewT.Episodes = dbt.Episodes.ToList();
|
||||
viewT.Approved = dbt.Approved;
|
||||
viewT.Available = dbt.Available;
|
||||
}
|
||||
if (sonarrCached.Contains(tvdbid) || sickRageCache.Contains(tvdbid)) // compare to the sonarr/sickrage db
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue