Add urlprefixes during init

This commit is contained in:
Claus Vium
2019-03-07 22:49:41 +01:00
parent 669c48cc8b
commit e3b844b5aa
3 changed files with 6 additions and 4 deletions

View File

@@ -1056,7 +1056,7 @@ namespace Emby.Server.Implementations
.Where(i => i != null)
.ToArray();
HttpServer.Init(GetExports<IService>(false), GetExports<IWebSocketListener>());
HttpServer.Init(GetExports<IService>(false), GetExports<IWebSocketListener>(), GetUrlPrefixes());
LibraryManager.AddParts(GetExports<IResolverIgnoreRule>(),
GetExports<IItemResolver>(),