mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 23:08:42 +01:00
Merge pull request #2400 from Bond-009/baseurl
Another baseurl related fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user