Potentially fixed the issue where we were requesting everything that was also available now.

This commit is contained in:
tidusjar 2016-08-11 14:08:54 +01:00
commit 4eff175424
3 changed files with 26 additions and 15 deletions

View file

@ -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;