aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-11-20 15:19:46 +0000
committerGitHub <noreply@github.com>2020-11-20 15:19:46 +0000
commitb879fb615ebd5b922f3914021a4cdf892da12365 (patch)
tree8c2c79f75513e39c4dbd38e050213b9d1b379220 /Emby.Server.Implementations
parentd6b0a939f73e30192d39f25bb745f1893606f7fb (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
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<LocalPlugin> _pluginsManifests;
+ private IReadOnlyList<LocalPlugin> _pluginsManifests;
/// <summary>
/// Gets the plugins.