mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25: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