aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-30 10:51:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-30 10:51:28 -0400
commit88f1723f99b400730fee6e205cd7a8ecceed1052 (patch)
treeffbb29479c1805e22572cafba61dd30bd11c085f /MediaBrowser.Common.Implementations
parent82352d13e48188e4d70b0d01322b54661703c924 (diff)
support parent item images for unattached items
Diffstat (limited to 'MediaBrowser.Common.Implementations')
-rw-r--r--MediaBrowser.Common.Implementations/Updates/InstallationManager.cs1
1 files changed, 0 insertions, 1 deletions
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<PackageVersionInfo> FilterCatalog(IEnumerable<PackageInfo> catalog, bool withAutoUpdateEnabled)
{
-
var plugins = ApplicationHost.Plugins;
if (withAutoUpdateEnabled)