mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
@@ -257,6 +257,12 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("EpisodeTitleRequired", value); }
|
||||
}
|
||||
|
||||
public string UserRejectedExtensions
|
||||
{
|
||||
get { return GetValue("UserRejectedExtensions", string.Empty); }
|
||||
set { SetValue("UserRejectedExtensions", value); }
|
||||
}
|
||||
|
||||
public bool SetPermissionsLinux
|
||||
{
|
||||
get { return GetValueBoolean("SetPermissionsLinux", false); }
|
||||
|
||||
Reference in New Issue
Block a user