aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-13 13:09:50 -0500
committerGitHub <noreply@github.com>2020-02-13 13:09:50 -0500
commit63f13df6fc0c01e09b867d19ca286e754655cfdd (patch)
treef70eac01399eb3c84bf2e4d0115d7bd898b83dd6 /Emby.Server.Implementations/ApplicationHost.cs
parent40ad6f843fddab81bdaf26af4e6530ce4529eebf (diff)
parentcf2626428c0d4755662855fe6c3e4f439c909de9 (diff)
Merge pull request #17 from jellyfin/master
10.5
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index e2df8877a..0837db251 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1522,7 +1522,7 @@ namespace Emby.Server.Implementations
string baseUrl = ServerConfigurationManager.Configuration.BaseUrl;
if (baseUrl.Length != 0)
{
- url.Append('/').Append(baseUrl);
+ url.Append(baseUrl);
}
return url.ToString();