diff options
| author | crobibero <cody@robibe.ro> | 2020-09-03 18:19:27 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-03 18:19:27 -0600 |
| commit | c404660f67e62db6a58faea2be22609ce8f54988 (patch) | |
| tree | b3726cb52c42e3afb762b484f50ff91cfda5b9ad /Jellyfin.Server/Startup.cs | |
| parent | ca6dfd7c45a8a95cf66b8965053cf91a25f40673 (diff) | |
Remove double listener
Diffstat (limited to 'Jellyfin.Server/Startup.cs')
| -rw-r--r-- | Jellyfin.Server/Startup.cs | 1 |
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()) { |
