Fixed: Issue loading settings on some systems
This commit is contained in:
parent
e6288148ad
commit
e76fb8c90b
|
@ -12,7 +12,7 @@ namespace NzbDrone.Api.REST
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return GetType().Name.ToLower().Replace("resource", "");
|
return GetType().Name.ToLowerInvariant().Replace("resource", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue