You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
Don't lowercase UrlBase in ConfigFileProvider
UrlBase should honour the case it is given.
This commit is contained in:
committed by
Mark McDowall
parent
fa0fc3158b
commit
e1de523c89
@@ -203,7 +203,7 @@ namespace NzbDrone.Core.Configuration
|
||||
return urlBase;
|
||||
}
|
||||
|
||||
return "/" + urlBase.Trim('/').ToLower();
|
||||
return "/" + urlBase;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user