mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-22 21:35:53 +00:00
Cleaned up RefreshEpisodeInfo added tests
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user