mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02: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