tidusjar 9 years ago
commit 7c24597b3c

@ -72,8 +72,7 @@ namespace PlexRequests.Services
public int[] QueuedIds()
{
var tv = Cache.Get<SickrageShows>(CacheKeys.SickRageQueued);
var values = tv?.data.Values.Select(x => x.tvdbid).ToArray();
return values;
return tv?.data.Values.Select(x => x.tvdbid).ToArray() ?? new int[] { };
}
}
}
Loading…
Cancel
Save