mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 10:16:41 +00:00
Don't lowercase UrlBase in ConfigFileProvider
UrlBase should honour the case it is given. (cherry picked from commit e1de523c89f7649e64f520b090bbdb2f56cc4b85)
This commit is contained in:
@@ -225,7 +225,7 @@ namespace NzbDrone.Core.Configuration
|
||||
return urlBase;
|
||||
}
|
||||
|
||||
return "/" + urlBase.Trim('/').ToLower();
|
||||
return "/" + urlBase;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user