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:
Mark McDowall 2012-08-29 21:15:30 -07:00
commit 5017c16848
2 changed files with 3 additions and 2 deletions

View file

@ -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; }
}
}