Removed more kernel methods and deprecated the Configuration and HtmlBrowser projects. They've both been replaced by the new WebDashboard project.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.ComponentModel.Composition;
|
||||
using MediaBrowser.Common.Plugins;
|
||||
using MediaBrowser.Model.Plugins;
|
||||
|
||||
namespace MediaBrowser.WebDashboard
|
||||
{
|
||||
[Export(typeof(BasePlugin))]
|
||||
public class Plugin : BaseGenericPlugin<BasePluginConfiguration>
|
||||
{
|
||||
public override string Name
|
||||
{
|
||||
get { return "Dashboard"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user