mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Partial implementation of PackageManager
This commit is contained in:
@@ -33,11 +33,6 @@ namespace MediaBrowser.Controller
|
||||
/// </summary>
|
||||
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>
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user