mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 19:02:11 +01:00
Initial check-in
This commit is contained in:
11
MediaBrowser.Configuration/Plugin.cs
Normal file
11
MediaBrowser.Configuration/Plugin.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MediaBrowser.Common.Plugins;
|
||||
|
||||
namespace MediaBrowser.Configuration
|
||||
{
|
||||
public class Plugin : BasePlugin<BasePluginConfiguration>
|
||||
{
|
||||
protected override void InitInternal()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user