diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-30 10:51:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-30 10:51:28 -0400 |
| commit | 88f1723f99b400730fee6e205cd7a8ecceed1052 (patch) | |
| tree | ffbb29479c1805e22572cafba61dd30bd11c085f /MediaBrowser.Common.Implementations | |
| parent | 82352d13e48188e4d70b0d01322b54661703c924 (diff) | |
support parent item images for unattached items
Diffstat (limited to 'MediaBrowser.Common.Implementations')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 1 |
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) |
