mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 11:45:09 -04:00
Fixed: Issue loading settings on some systems
This commit is contained in:
1 parent
e6288148ad
commit
e76fb8c90b
1 file changed
+1
-1
@@ -12,7 +12,7 @@ public virtual string ResourceName
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetType().Name.ToLower().Replace("resource", "");
|
||||
return GetType().Name.ToLowerInvariant().Replace("resource", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user