1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00

Branch name will be returned as lowercase

This commit is contained in:
Mark McDowall 2014-03-07 23:49:18 -08:00
parent 1013471449
commit 9660c3f7ee

View File

@ -130,7 +130,7 @@ public bool AuthenticationEnabled
public string Branch
{
get { return GetValue("Branch", "master"); }
get { return GetValue("Branch", "master").ToLowerInvariant(); }
}
public string Username