mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Better descriptions for Misc settings
This commit is contained in:
parent
e48a60effa
commit
d6e4a4b2b2
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ namespace NzbDrone.Web.Models
|
|||
public bool EnableBacklogSearching { get; set; }
|
||||
|
||||
[DisplayName("Automatically Ignore Deleted Episodes")]
|
||||
[Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")]
|
||||
[Description("Deleted episodes are automatically ignored.")]
|
||||
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||
|
||||
[DisplayName("Specified Release Groups")]
|
||||
[Description("Comma separated list of release groups to download episodes")]
|
||||
[Description("Comma separated list of release groups to download episodes (leave empty for all groups)")]
|
||||
public string AllowedReleaseGroups { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue