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

Fixed: Remove extra ; in QualityIndex

pull/3861/head
Devin Buhl 5 years ago
parent 0d2660ee6c
commit 5d7166662c

@ -49,7 +49,7 @@ namespace NzbDrone.Core.Profiles
return GroupIndex.CompareTo(right.GroupIndex);
}
return indexCompare; ;
return indexCompare;
}
}
}

Loading…
Cancel
Save