mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Name change for allowed release group
This commit is contained in:
parent
5437f7599a
commit
e48a60effa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class MiscSettingsModel
|
||||||
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
|
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
|
||||||
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||||
|
|
||||||
[DisplayName("Allowed Release Groups")]
|
[DisplayName("Specified Release Groups")]
|
||||||
[Description("Comma separated list of release groups to download episodes")]
|
[Description("Comma separated list of release groups to download episodes")]
|
||||||
public string AllowedReleaseGroups { get; set; }
|
public string AllowedReleaseGroups { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue