1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Advanced option to disable media info for add series/rescan

This commit is contained in:
Mark McDowall
2014-12-14 10:50:38 -08:00
parent 5f927722df
commit e637d68157
6 changed files with 46 additions and 0 deletions
@@ -37,6 +37,7 @@ namespace NzbDrone.Core.Configuration
FileDateType FileDate { get; set; }
Boolean SkipFreeSpaceCheckWhenImporting { get; set; }
Boolean CopyUsingHardlinks { get; set; }
Boolean EnableMediaInfo { get; set; }
//Permissions (Media Management)
Boolean SetPermissionsLinux { get; set; }