mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Set permissions on series metadata images when they are created
Closes #871
This commit is contained in:
parent
5942ddf9f1
commit
14f737bd60
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ namespace NzbDrone.Core.Metadata
|
|||
};
|
||||
|
||||
_diskProvider.CopyFile(image.Url, image.RelativePath);
|
||||
_mediaFileAttributeService.SetFilePermissions(image.RelativePath);
|
||||
|
||||
result.Add(metadata);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue