mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
OS X and linux can be treated separately
This commit is contained in:
@@ -73,7 +73,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
{
|
||||
logger.Info("Recycling Bin has not been configured, deleting permanently.");
|
||||
|
||||
if (!OsInfo.IsLinux)
|
||||
if (!OsInfo.IsMono)
|
||||
{
|
||||
logger.Trace(_diskProvider.GetFileAttributes(path));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user