mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Copy linux permission mask when moving folder to recycle bin folder
fixes #3161
This commit is contained in:
@@ -76,6 +76,8 @@ namespace NzbDrone.Common.Disk
|
||||
if (!_diskProvider.FolderExists(targetPath))
|
||||
{
|
||||
_diskProvider.CreateFolder(targetPath);
|
||||
|
||||
_diskProvider.CopyPermissions(sourcePath, targetPath);
|
||||
}
|
||||
|
||||
var result = mode;
|
||||
|
||||
Reference in New Issue
Block a user