1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00

Cleaned up RefreshEpisodeInfo added tests

This commit is contained in:
kay.one 2011-05-28 20:01:35 -07:00
parent d22905676c
commit db3eeda50f
3 changed files with 1 additions and 1 deletions

View file

@ -47,7 +47,7 @@ public virtual void Start(ProgressNotification notification, int targetId)
{
notification.CurrentMessage = "Updating " + series.Title;
_seriesProvider.UpdateSeriesInfo(series.SeriesId);
_episodeProvider.RefreshEpisodeInfo(series.SeriesId);
_episodeProvider.RefreshEpisodeInfo(series);
notification.CurrentMessage = "Update completed for " + series.Title;
}
}