mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Allowed release group added to UI.
This commit is contained in:
parent
67064ec495
commit
33274d04f0
3 changed files with 11 additions and 0 deletions
|
@ -15,5 +15,9 @@ namespace NzbDrone.Web.Models
|
|||
[DisplayName("Automatically Ignore Deleted Episodes")]
|
||||
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
|
||||
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||
|
||||
[DisplayName("Allowed Release Groups")]
|
||||
[Description("Comma separated list of release groups to download episodes")]
|
||||
public string AllowedReleaseGroups { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue