(cherry picked from commit d7ceb11a64c3926f35aabf67c935680cf031bd0e)
@ -241,7 +241,7 @@ namespace NzbDrone.Core.Configuration
{
get
var urlBase = _serverOptions.UrlBase ?? GetValue("UrlBase", "").Trim('/');
var urlBase = (_serverOptions.UrlBase ?? GetValue("UrlBase", "")).Trim('/');
if (urlBase.IsNullOrWhiteSpace())