this should fix some more tests.

This commit is contained in:
Keivan Beigi
2013-02-22 15:55:43 -08:00
parent 85fd4248a6
commit d722a8357b
12 changed files with 22 additions and 19 deletions

View File

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