mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Movie Certifications
This commit is contained in:
@@ -8,6 +8,7 @@ using NzbDrone.Common.Http.Proxy;
|
||||
using NzbDrone.Core.Configuration.Events;
|
||||
using NzbDrone.Core.MediaFiles;
|
||||
using NzbDrone.Core.Messaging.Events;
|
||||
using NzbDrone.Core.MetadataSource.SkyHook.Resource;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.Security;
|
||||
|
||||
@@ -134,6 +135,13 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("ImportExclusions", value); }
|
||||
}
|
||||
|
||||
public TMDbCountryCode CertificationCountry
|
||||
{
|
||||
get { return GetValueEnum("CertificationCountry", TMDbCountryCode.US); }
|
||||
|
||||
set { SetValue("CertificationCountry", value); }
|
||||
}
|
||||
|
||||
public int MaximumSize
|
||||
{
|
||||
get { return GetValueInt("MaximumSize", 0); }
|
||||
|
Reference in New Issue
Block a user