mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Damnit IE, you suck
Fixed: IE trying to save/open json result in settings Empty allowed release group can be saved
This commit is contained in:
parent
6969a5d789
commit
5017c16848
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ namespace NzbDrone.Web.Models
|
|||
|
||||
[DisplayName("Specified Release Groups")]
|
||||
[Description("Comma separated list of release groups to download episodes (leave empty for all groups)")]
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
public string AllowedReleaseGroups { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue