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

Existing episodes will not be added to history

pull/6/head
Mark McDowall 12 years ago
parent 40962aca1d
commit 55b8b31bed

@ -69,11 +69,10 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
if (newDownload)
{
episodeFile = _episodeFileMover.MoveEpisodeFile(episodeFile, localEpisode);
_messageAggregator.PublishEvent(new EpisodeImportedEvent(episodeFile));
}
_mediaFileService.Add(episodeFile);
_messageAggregator.PublishEvent(new EpisodeImportedEvent(episodeFile));
}
catch (Exception e)
{

Loading…
Cancel
Save