Cleaned up RefreshEpisodeInfo added tests
This commit is contained in:
parent
d22905676c
commit
db3eeda50f
Binary file not shown.
Binary file not shown.
|
@ -47,7 +47,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
{
|
||||
notification.CurrentMessage = "Updating " + series.Title;
|
||||
_seriesProvider.UpdateSeriesInfo(series.SeriesId);
|
||||
_episodeProvider.RefreshEpisodeInfo(series.SeriesId);
|
||||
_episodeProvider.RefreshEpisodeInfo(series);
|
||||
notification.CurrentMessage = "Update completed for " + series.Title;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue