Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/db3eeda50f56a96d02984f25b99af05363d210b3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Cleaned up RefreshEpisodeInfo added tests

pull/4/head
kay.one 14 years ago
parent d22905676c
commit db3eeda50f

@ -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…
Cancel
Save