diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-02-27 07:49:55 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-02-27 07:49:55 -0500 |
| commit | 340280edf29cfbf6b519b7fb6312f90e2c1f9871 (patch) | |
| tree | a4984c13d5a472608b215b043e90c7a38043fe08 /MediaBrowser.Controller/Kernel.cs | |
| parent | ff6325efc5ae478c68dc140c5adbae089a6f7f4b (diff) | |
Partial implementation of PackageManager
Diffstat (limited to 'MediaBrowser.Controller/Kernel.cs')
| -rw-r--r-- | MediaBrowser.Controller/Kernel.cs | 7 |
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. |
