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

Fixed: OSX version detection

Fixes 
pull/2833/head
Taloth Saldono 4 years ago committed by Qstick
parent 8c2fa93509
commit 8711b1a935

@ -37,8 +37,8 @@ namespace NzbDrone.Mono.EnvironmentInfo.VersionAdapters
var allFiles = _diskProvider.GetFiles(PLIST_DIR, SearchOption.TopDirectoryOnly);
var versionFile = allFiles.SingleOrDefault(c =>
c.EndsWith("SystemVersion.plist") ||
c.EndsWith("ServerVersion.plist"));
c.EndsWith("/SystemVersion.plist") ||
c.EndsWith("/ServerVersion.plist"));
if (string.IsNullOrWhiteSpace(versionFile))
{

Loading…
Cancel
Save