aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Kernel.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 16:06:01 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 16:06:01 -0500
commitf008a11684fedd3b3100c87313225775d5ac4505 (patch)
treec8acd6e7ad9e5dfeef0a984879a650ecc8b86c10 /MediaBrowser.Controller/Kernel.cs
parent51b3c32e2cc84778212531d72665d2c5f567f34a (diff)
parent0c8d924bfc64f91b7883507ebdfdc664a8495465 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Kernel.cs')
-rw-r--r--MediaBrowser.Controller/Kernel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Kernel.cs b/MediaBrowser.Controller/Kernel.cs
index 7cb838e44..a4af76805 100644
--- a/MediaBrowser.Controller/Kernel.cs
+++ b/MediaBrowser.Controller/Kernel.cs
@@ -1,6 +1,7 @@
using MediaBrowser.Common.Kernel;
using MediaBrowser.Common.Plugins;
using MediaBrowser.Common.ScheduledTasks;
+using MediaBrowser.Common.Updates;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.IO;
@@ -70,7 +71,7 @@ namespace MediaBrowser.Controller
/// Gets the installation manager.
/// </summary>
/// <value>The installation manager.</value>
- public InstallationManager InstallationManager { get; private set; }
+ public IInstallationManager InstallationManager { get; private set; }
/// <summary>
/// Gets or sets the file system manager.