mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Fixed: Significantly improved api performance.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Api.Profiles.Languages
|
||||
public class LanguageResource : RestResource
|
||||
{
|
||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Include)]
|
||||
public int Id { get; set; }
|
||||
public new int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string NameLower { get { return Name.ToLowerInvariant(); } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user