mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
Cleaned up environment detection
This commit is contained in:
parent
cf77104a02
commit
f4c202441c
35 changed files with 112 additions and 95 deletions
|
@ -60,7 +60,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
public void SetFolderPermissions(string path)
|
||||
{
|
||||
if (OsInfo.IsMono)
|
||||
if (OsInfo.IsNotWindows)
|
||||
{
|
||||
SetMonoPermissions(path, _configService.FolderChmod);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue