mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4912] [CLOSED] Limited "Multiple plugin in same folder" support. #10331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4912
Author: @BaronGreenback
Created: 1/1/2021
Status: ❌ Closed
Base:
master← Head:PluginMigration📝 Commits (10+)
cd97b50Multiple plugins in same folder8f935daUpdate PluginManager.cs6c19302Update Emby.Server.Implementations/Plugins/PluginManager.cs7755f93fixes3132854Update Emby.Server.Implementations/Plugins/PluginManager.cs6e2415aUpdate Emby.Server.Implementations/Plugins/PluginManager.cs1726590changes.df049fafixed loop9db5d72Plugin's assigned temp id need to update once plugin instantiated.19a3641Spelling correction📊 Changes
3 files changed (+68 additions, -14 deletions)
View changed files
📝
Emby.Server.Implementations/Plugins/PluginManager.cs(+56 -9)📝
Jellyfin.Api/Controllers/PluginsController.cs(+5 -5)📝
MediaBrowser.Common/Plugins/PluginManifest.cs(+7 -0)📄 Description
Workaround for https://github.com/jellyfin/jellyfin/issues/4908
This permits multiple plugins in the same folder being loaded and accessed from the dashboard, with the following provisos:-
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.