mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
OS X and linux can be treated separately
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||
{
|
||||
if (Directory.GetParent(localEpisode.Path).Name.StartsWith(workingFolder))
|
||||
{
|
||||
if (OsInfo.IsLinux)
|
||||
if (OsInfo.IsMono)
|
||||
{
|
||||
_logger.Trace("{0} is still being unpacked", localEpisode.Path);
|
||||
return false;
|
||||
|
||||
@@ -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