mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
Updated plugins to store their assemblies directly in the plugins folder
This commit is contained in:
parent
9baf40becb
commit
31357d3298
@@ -18,7 +18,7 @@ namespace MediaBrowser.Api
|
||||
get { return "WebAPI"; }
|
||||
}
|
||||
|
||||
public override void Init()
|
||||
protected override void InitializeInternal()
|
||||
{
|
||||
var httpServer = Kernel.Instance.HttpServer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user