mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Cleaner URLs, fixed dynamics in jobs
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
if (options != null)
|
||||
{
|
||||
var series = _seriesProvider.GetSeries(options.SeriesId);
|
||||
Series series = _seriesProvider.GetSeries(options.SeriesId);
|
||||
|
||||
if (series != null && !String.IsNullOrEmpty(series.BannerUrl))
|
||||
{
|
||||
|
Reference in New Issue
Block a user