Cleaner URLs, fixed dynamics in jobs

This commit is contained in:
Mark McDowall
2012-10-22 00:05:27 -07:00
parent 7065898165
commit 12c4f4423c
7 changed files with 17 additions and 11 deletions

View File

@@ -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))
{