From b879fb615ebd5b922f3914021a4cdf892da12365 Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Fri, 20 Nov 2020 15:19:46 +0000 Subject: [PATCH] Update Emby.Server.Implementations/ApplicationHost.cs Co-authored-by: Cody Robibero --- 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 073baf6c0..2d9ef7e40 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -181,7 +181,7 @@ namespace Emby.Server.Implementations private IPlugin[] _plugins; - private IEnumerable _pluginsManifests; + private IReadOnlyList _pluginsManifests; /// /// Gets the plugins.