From 88f1723f99b400730fee6e205cd7a8ecceed1052 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 30 Jul 2013 10:51:28 -0400 Subject: support parent item images for unattached items --- MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Updates/InstallationManager.cs') diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index e7af4004b..0dc29cf4b 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -310,7 +310,6 @@ namespace MediaBrowser.Common.Implementations.Updates protected IEnumerable FilterCatalog(IEnumerable catalog, bool withAutoUpdateEnabled) { - var plugins = ApplicationHost.Plugins; if (withAutoUpdateEnabled) -- cgit v1.2.3