mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-01 03:06:47 +00:00
Fixed: Set permissions on series metadata images when they are created
Closes #871
This commit is contained in:
@@ -274,6 +274,7 @@ namespace NzbDrone.Core.Metadata
|
||||
};
|
||||
|
||||
_diskProvider.CopyFile(image.Url, image.RelativePath);
|
||||
_mediaFileAttributeService.SetFilePermissions(image.RelativePath);
|
||||
|
||||
result.Add(metadata);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user