mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Potentially fixed the issue where we were requesting everything that was also available now.
This commit is contained in:
parent
3b133ffbf5
commit
4eff175424
3 changed files with 26 additions and 15 deletions
|
@ -286,7 +286,6 @@ namespace PlexRequests.Services.Jobs
|
|||
var episodes = await EpisodeRepo.GetAllAsync();
|
||||
if (episodes == null)
|
||||
{
|
||||
Log.Info("Episode cache info is not available.");
|
||||
return new HashSet<PlexEpisodes>();
|
||||
}
|
||||
return episodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue