Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1becb100dff29619fb1118b9853b995d0f1a17ef?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed service path issue.

pull/3113/head
kay.one 13 years ago
parent bdadb66fcb
commit 1becb100df

@ -28,8 +28,7 @@ namespace NzbDrone.Common
if (lowerProcessName.Contains("jetbrain")) return false; if (lowerProcessName.Contains("jetbrain")) return false;
if (lowerProcessName.Contains("resharper")) return false; if (lowerProcessName.Contains("resharper")) return false;
if (instance.ApplicationPath.ToLower().Contains("_rawpackage")) return false; if (instance.StartUpPath.ToLower().Contains("_rawpackage")) return false;
return true; return true;
} }

Loading…
Cancel
Save