1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Remove unused ImportExclusions property

This commit is contained in:
Bogdan
2024-08-11 16:12:17 +03:00
committed by Qstick
parent 1f5a84d202
commit f76c97c3ce
2 changed files with 0 additions and 3 deletions
@@ -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; }