mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Issue loading settings on some systems
This commit is contained in:
parent
e6288148ad
commit
e76fb8c90b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace NzbDrone.Api.REST
|
|||
{
|
||||
get
|
||||
{
|
||||
return GetType().Name.ToLower().Replace("resource", "");
|
||||
return GetType().Name.ToLowerInvariant().Replace("resource", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue