1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Fixed: Issue loading settings on some systems

This commit is contained in:
Mark McDowall 2016-09-20 22:07:54 -07:00
parent e6288148ad
commit e76fb8c90b

View File

@ -12,7 +12,7 @@ public virtual string ResourceName
{
get
{
return GetType().Name.ToLower().Replace("resource", "");
return GetType().Name.ToLowerInvariant().Replace("resource", "");
}
}
}