Просмотр исходного кода

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 лет назад
Родитель
Сommit
b879fb615e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
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.