Cleaned up RefreshEpisodeInfo added tests

pull/6/head
kay.one 14 years ago
parent d22905676c
commit db3eeda50f

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Providers.Jobs
{ {
notification.CurrentMessage = "Updating " + series.Title; notification.CurrentMessage = "Updating " + series.Title;
_seriesProvider.UpdateSeriesInfo(series.SeriesId); _seriesProvider.UpdateSeriesInfo(series.SeriesId);
_episodeProvider.RefreshEpisodeInfo(series.SeriesId); _episodeProvider.RefreshEpisodeInfo(series);
notification.CurrentMessage = "Update completed for " + series.Title; notification.CurrentMessage = "Update completed for " + series.Title;
} }
} }

Loading…
Cancel
Save