mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Name change for allowed release group
This commit is contained in:
@@ -16,7 +16,7 @@ namespace NzbDrone.Web.Models
|
|||||||
[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; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user