mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Slight changes, moved the donate button
This commit is contained in:
parent
752915ea0a
commit
0b1edcc488
2 changed files with 159 additions and 161 deletions
|
@ -88,11 +88,7 @@ namespace PlexRequests.Services.Jobs
|
|||
{
|
||||
var movies = Cache.Get<CouchPotatoMovies>(CacheKeys.CouchPotatoQueued);
|
||||
var items = movies?.movies?.Select(x => x.info?.tmdb_id).Cast<int>().ToArray();
|
||||
if (items == null)
|
||||
{
|
||||
return new int[] { };
|
||||
}
|
||||
return items;
|
||||
return items ?? new int[] { };
|
||||
}
|
||||
|
||||
public void Execute(IJobExecutionContext context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue