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

Fixed: File upgrade rejections will be reported properly when importing

pull/112/head
Mark McDowall 11 years ago
parent cc8c88e921
commit 22c9bc402f

@ -14,7 +14,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
_logger = logger;
}
public string RejectionReason { get { return "Is Sample"; } }
public string RejectionReason { get { return "Not an upgrade for existing episode file(s)"; } }
public bool IsSatisfiedBy(LocalEpisode localEpisode)
{

Loading…
Cancel
Save