diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 01:28:57 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 01:28:57 -0500 |
| commit | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (patch) | |
| tree | c2e9dbac2110c8c881ff82af01572b796c931c6f /MediaBrowser.Controller/Kernel.cs | |
| parent | 868a7ce9c8b50bd64c8b5ae33fec77abfd25ef7c (diff) | |
moved Plugins to separate repo
Diffstat (limited to 'MediaBrowser.Controller/Kernel.cs')
| -rw-r--r-- | MediaBrowser.Controller/Kernel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Kernel.cs b/MediaBrowser.Controller/Kernel.cs index a8cfb8dd7..952160b2b 100644 --- a/MediaBrowser.Controller/Kernel.cs +++ b/MediaBrowser.Controller/Kernel.cs @@ -182,8 +182,8 @@ namespace MediaBrowser.Controller /// Gets the list of plugin configuration pages /// </summary> /// <value>The configuration pages.</value> - [ImportMany(typeof(BaseConfigurationPage))] - public IEnumerable<BaseConfigurationPage> PluginConfigurationPages { get; private set; } + [ImportMany(typeof(IPluginConfigurationPage))] + public IEnumerable<IPluginConfigurationPage> PluginConfigurationPages { get; private set; } /// <summary> /// Gets the intro providers. |
