diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-11-20 15:19:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 15:19:46 +0000 |
| commit | b879fb615ebd5b922f3914021a4cdf892da12365 (patch) | |
| tree | 8c2c79f75513e39c4dbd38e050213b9d1b379220 /Emby.Server.Implementations | |
| parent | d6b0a939f73e30192d39f25bb745f1893606f7fb (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.cs | 2 |
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. |
