mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Switched to MEF as a means to locate plugins and resolvers
This commit is contained in:
parent
84af205572
commit
97ee9fed14
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.Reactive.Linq;
|
||||
using MediaBrowser.Api.HttpHandlers;
|
||||
using MediaBrowser.Common.Net;
|
||||
@@ -9,6 +10,7 @@ using MediaBrowser.Model.Plugins;
|
||||
|
||||
namespace MediaBrowser.Api
|
||||
{
|
||||
[Export(typeof(BasePlugin))]
|
||||
public class Plugin : BaseGenericPlugin<BasePluginConfiguration>
|
||||
{
|
||||
public override string Name
|
||||
|
||||
Reference in New Issue
Block a user