mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added the ability to reload the server and created a Plugins solution
This commit is contained in:
parent
ad8402bae6
commit
1227b75260
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ using System.ComponentModel.Composition;
|
||||||
namespace MediaBrowser.WebDashboard
|
namespace MediaBrowser.WebDashboard
|
||||||
{
|
{
|
||||||
[Export(typeof(BasePlugin))]
|
[Export(typeof(BasePlugin))]
|
||||||
public class Plugin : BaseGenericPlugin<BasePluginConfiguration>
|
public class Plugin : BasePlugin
|
||||||
{
|
{
|
||||||
public override string Name
|
public override string Name
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue