mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
this should fix some more tests.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
if (options != null)
|
||||
{
|
||||
Series series = _seriesRepository.Get(options.SeriesId);
|
||||
Series series = _seriesRepository.Get((int)options.SeriesId);
|
||||
|
||||
if (series != null && !String.IsNullOrEmpty(series.BannerUrl))
|
||||
{
|
||||
|
Reference in New Issue
Block a user