mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 10:11:29 -05:00
Fixed: Issue loading settings on some systems
This commit is contained in:
@@ -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