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:
parent
d22905676c
commit
db3eeda50f
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue