mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Remove unused ImportExclusions property
This commit is contained in:
@@ -62,7 +62,6 @@ namespace NzbDrone.Core.Configuration
|
||||
string WhitelistedHardcodedSubs { get; set; }
|
||||
|
||||
string ListSyncLevel { get; set; }
|
||||
string ImportExclusions { get; set; }
|
||||
|
||||
// Metadata Provider
|
||||
TMDbCountryCode CertificationCountry { get; set; }
|
||||
|
||||
@@ -6,7 +6,6 @@ namespace Radarr.Api.V3.Config
|
||||
public class ImportListConfigResource : RestResource
|
||||
{
|
||||
public string ListSyncLevel { get; set; }
|
||||
public string ImportExclusions { get; set; }
|
||||
}
|
||||
|
||||
public static class ImportListConfigResourceMapper
|
||||
@@ -16,7 +15,6 @@ namespace Radarr.Api.V3.Config
|
||||
return new ImportListConfigResource
|
||||
{
|
||||
ListSyncLevel = model.ListSyncLevel,
|
||||
ImportExclusions = model.ImportExclusions
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user