aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Startup.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-03 18:19:27 -0600
committercrobibero <cody@robibe.ro>2020-09-03 18:19:27 -0600
commitc404660f67e62db6a58faea2be22609ce8f54988 (patch)
treeb3726cb52c42e3afb762b484f50ff91cfda5b9ad /Jellyfin.Server/Startup.cs
parentca6dfd7c45a8a95cf66b8965053cf91a25f40673 (diff)
Remove double listener
Diffstat (limited to 'Jellyfin.Server/Startup.cs')
-rw-r--r--Jellyfin.Server/Startup.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Startup.cs b/Jellyfin.Server/Startup.cs
index d17152982..cc7fc6495 100644
--- a/Jellyfin.Server/Startup.cs
+++ b/Jellyfin.Server/Startup.cs
@@ -124,7 +124,6 @@ namespace Jellyfin.Server
mainApp.UseHttpsRedirection();
}
- mainApp.UsePathBase(_serverConfigurationManager.Configuration.BaseUrl);
mainApp.UseStaticFiles();
if (appConfig.HostWebClient())
{