From 972ed3ccfe3b669ca3e3d53aa68b12ddabc9a613 Mon Sep 17 00:00:00 2001 From: Greenback Date: Fri, 20 Nov 2020 18:56:36 +0000 Subject: [PATCH] fix. --- Emby.Server.Implementations/ApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 2d9ef7e40d..d0dcdab757 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1112,7 +1112,7 @@ namespace Emby.Server.Implementations { if (Directory.Exists(ApplicationPaths.PluginsPath)) { - _pluginsManifests = GetLocalPlugins(ApplicationPaths.PluginsPath); + _pluginsManifests = GetLocalPlugins(ApplicationPaths.PluginsPath).ToList(); foreach (var plugin in _pluginsManifests) { foreach (var file in plugin.DllFiles)