From b026772764a705e1ef49fa9b3be053f45a293968 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Wed, 17 Jul 2024 09:48:31 -0400 Subject: Move external url listing to provider for plugin use (#12279) --- Emby.Server.Implementations/ApplicationHost.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Emby.Server.Implementations/ApplicationHost.cs') diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index c394b25bd5..5bf9c4fc29 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -664,7 +664,8 @@ namespace Emby.Server.Implementations GetExports(), GetExports(), GetExports(), - GetExports()); + GetExports(), + GetExports()); Resolve().AddParts(GetExports()); } -- cgit v1.2.3