mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-19 10:54:05 +02:00
fixed service path issue.
This commit is contained in:
parent
bdadb66fcb
commit
1becb100df
@ -28,8 +28,7 @@ namespace NzbDrone.Common
|
||||
if (lowerProcessName.Contains("jetbrain")) 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user