mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Branch name will be returned as lowercase
This commit is contained in:
@@ -130,7 +130,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
|
|
||||||
public string Branch
|
public string Branch
|
||||||
{
|
{
|
||||||
get { return GetValue("Branch", "master"); }
|
get { return GetValue("Branch", "master").ToLowerInvariant(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Username
|
public string Username
|
||||||
|
Reference in New Issue
Block a user