Use Series.OID (Tests still need to be updated)

CalendarModule working
This commit is contained in:
Mark McDowall 2013-02-23 15:08:22 -08:00
commit 7d0d5ab943
24 changed files with 94 additions and 1035 deletions

View file

@ -72,7 +72,7 @@ namespace NzbDrone.Core.Jobs
try
{
notification.CurrentMessage = "Updating " + series.Title;
_seriesService.UpdateSeriesInfo(series.SeriesId);
_seriesService.UpdateSeriesInfo(series.OID);
_episodeService.RefreshEpisodeInfo(series);
notification.CurrentMessage = "Update completed for " + series.Title;
}