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

Fixed: Logging file release group for repack

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/3927/head
Qstick 5 years ago
parent 7cd270d534
commit a7e066fc11

@ -50,10 +50,10 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
if (!fileReleaseGroup.Equals(releaseGroup, StringComparison.InvariantCultureIgnoreCase))
{
_logger.Debug(
"Release is a repack for a different release group. Release Group: {0}. File release group: {0}",
"Release is a repack for a different release group. Release Group: {0}. File release group: {1}",
releaseGroup, fileReleaseGroup);
return Decision.Reject(
"Release is a repack for a different release group. Release Group: {0}. File release group: {0}",
"Release is a repack for a different release group. Release Group: {0}. File release group: {1}",
releaseGroup, fileReleaseGroup);
}
}

Loading…
Cancel
Save