mirror of https://github.com/lidarr/Lidarr
Branch name will be returned as lowercase
This commit is contained in:
parent
1013471449
commit
9660c3f7ee
|
@ -130,7 +130,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public string Branch
|
||||
{
|
||||
get { return GetValue("Branch", "master"); }
|
||||
get { return GetValue("Branch", "master").ToLowerInvariant(); }
|
||||
}
|
||||
|
||||
public string Username
|
||||
|
|
Loading…
Reference in New Issue