mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
This commit is contained in:
commit
7c24597b3c
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue