diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-11-20 18:56:36 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-11-20 18:56:36 +0000 |
| commit | 972ed3ccfe3b669ca3e3d53aa68b12ddabc9a613 (patch) | |
| tree | 01d0dd41eef6a875eee690adc21ba31c8877b7ca /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | b879fb615ebd5b922f3914021a4cdf892da12365 (diff) | |
fix.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 2d9ef7e40..d0dcdab75 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) |
