mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-14 20:34:51 +01: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 @@ public virtual string ResourceName
|
|||
{
|
||||
get
|
||||
{
|
||||
return GetType().Name.ToLower().Replace("resource", "");
|
||||
return GetType().Name.ToLowerInvariant().Replace("resource", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue