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

@@ -46,9 +46,9 @@ namespace NzbDrone.Core.Jobs
else
{
_logger.Trace("Starting XEM Update for series: {0}", options.SeriesId);
_xemProvider.UpdateMappings(options.SeriesId);
_xemProvider.UpdateMappings((int)options.SeriesId);
}
_logger.Trace("XEM Update complete");
}
}