mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Advanced option to disable media info for add series/rescan
This commit is contained in:
parent
5f927722df
commit
e637d68157
6 changed files with 46 additions and 0 deletions
|
@ -219,6 +219,13 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("CopyUsingHardlinks", value); }
|
||||
}
|
||||
|
||||
public Boolean EnableMediaInfo
|
||||
{
|
||||
get { return GetValueBoolean("EnableMediaInfo", true); }
|
||||
|
||||
set { SetValue("EnableMediaInfo", value); }
|
||||
}
|
||||
|
||||
public Boolean SetPermissionsLinux
|
||||
{
|
||||
get { return GetValueBoolean("SetPermissionsLinux", false); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue