aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Kernel.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-27 11:57:14 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-27 11:57:14 -0500
commit6d5d291762c050e0f5598f45b837e45f270d600f (patch)
treebb6d6fe204d7e9c8b6a9502b2604202cc7849c92 /MediaBrowser.Controller/Kernel.cs
parentca7ee684730fe0d99a6160659c679c36a1646c88 (diff)
parent1d51ede06056a54099616d0f52fdf8150c510e50 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: MediaBrowser.Common.Implementations/BaseApplicationHost.cs MediaBrowser.ServerApplication/ApplicationHost.cs
Diffstat (limited to 'MediaBrowser.Controller/Kernel.cs')
-rw-r--r--MediaBrowser.Controller/Kernel.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Kernel.cs b/MediaBrowser.Controller/Kernel.cs
index 6faa20012..6703012be 100644
--- a/MediaBrowser.Controller/Kernel.cs
+++ b/MediaBrowser.Controller/Kernel.cs
@@ -34,11 +34,6 @@ namespace MediaBrowser.Controller
public class Kernel : BaseKernel<ServerConfiguration, IServerApplicationPaths>
{
/// <summary>
- /// The MB admin URL
- /// </summary>
- public const string MBAdminUrl = "http://mb3admin.com/admin/";
-
- /// <summary>
/// Gets the instance.
/// </summary>
/// <value>The instance.</value>
@@ -72,7 +67,7 @@ namespace MediaBrowser.Controller
/// Gets the installation manager.
/// </summary>
/// <value>The installation manager.</value>
- public IInstallationManager InstallationManager { get; private set; }
+ public InstallationManager InstallationManager { get; private set; }
/// <summary>
/// Gets or sets the file system manager.