mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fixed service path issue.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user