1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 08:21:46 +02:00

Name change for allowed release group

This commit is contained in:
Mark McDowall 2012-08-29 20:01:34 -07:00
parent 5437f7599a
commit e48a60effa

View File

@ -16,7 +16,7 @@ public class MiscSettingsModel
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
[DisplayName("Allowed Release Groups")]
[DisplayName("Specified Release Groups")]
[Description("Comma separated list of release groups to download episodes")]
public string AllowedReleaseGroups { get; set; }
}