mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Better descriptions for Misc settings
This commit is contained in:
@@ -13,11 +13,11 @@ namespace NzbDrone.Web.Models
|
|||||||
public bool EnableBacklogSearching { get; set; }
|
public bool EnableBacklogSearching { get; set; }
|
||||||
|
|
||||||
[DisplayName("Automatically Ignore Deleted Episodes")]
|
[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; }
|
public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; }
|
||||||
|
|
||||||
[DisplayName("Specified 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 (leave empty for all groups)")]
|
||||||
public string AllowedReleaseGroups { get; set; }
|
public string AllowedReleaseGroups { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user