From 1227b7526082d907ea63aac7b8512fe4fdc6e14f Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 17 Sep 2012 14:09:35 -0400 Subject: [PATCH] Added the ability to reload the server and created a Plugins solution --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index 3317c7f16..95727a06f 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -5,7 +5,7 @@ using System.ComponentModel.Composition; namespace MediaBrowser.WebDashboard { [Export(typeof(BasePlugin))] - public class Plugin : BaseGenericPlugin + public class Plugin : BasePlugin { public override string Name {