From 119dfc3ac70db7536e86191eb3c89ffa1fd4f576 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Thu, 20 Sep 2012 11:25:22 -0400 Subject: Adding the UI to the same repo. Made some default theme progress --- MediaBrowser.Common/Plugins/BasePlugin.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Common/Plugins/BasePlugin.cs') diff --git a/MediaBrowser.Common/Plugins/BasePlugin.cs b/MediaBrowser.Common/Plugins/BasePlugin.cs index a764c5eab..70e573817 100644 --- a/MediaBrowser.Common/Plugins/BasePlugin.cs +++ b/MediaBrowser.Common/Plugins/BasePlugin.cs @@ -4,6 +4,7 @@ using MediaBrowser.Common.Serialization; using MediaBrowser.Model.Plugins; using System; using System.IO; +using System.Reflection; namespace MediaBrowser.Common.Plugins { @@ -12,7 +13,7 @@ namespace MediaBrowser.Common.Plugins /// public abstract class BasePlugin : IDisposable { - private IKernel Kernel { get; set; } + protected IKernel Kernel { get; private set; } /// /// Gets or sets the plugin's current context -- cgit v1.2.3