mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Branch name will be returned as lowercase
This commit is contained in:
parent
1013471449
commit
9660c3f7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public bool AuthenticationEnabled
|
||||||
|
|
||||||
public string Branch
|
public string Branch
|
||||||
{
|
{
|
||||||
get { return GetValue("Branch", "master"); }
|
get { return GetValue("Branch", "master").ToLowerInvariant(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Username
|
public string Username
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue