1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-07 23:17:35 +00:00

Fixed: Set permissions on series metadata images when they are created

Closes #871
This commit is contained in:
Mark McDowall 2016-04-07 17:32:40 -07:00
parent 5942ddf9f1
commit 14f737bd60

View file

@ -274,6 +274,7 @@ namespace NzbDrone.Core.Metadata
};
_diskProvider.CopyFile(image.Url, image.RelativePath);
_mediaFileAttributeService.SetFilePermissions(image.RelativePath);
result.Add(metadata);
}