mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5010] [MERGED] Removal of IPluginConfigurationPage #10366
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/5010
Author: @BaronGreenback
Created: 1/13/2021
Status: ✅ Merged
Merged: 2/5/2021
Merged by: @dkanada
Base:
master← Head:Remove_IPluginConfigurationPage📝 Commits (3)
c6aa6ceRemoval of IPluginConfigurationPage8ef37f6Rename IPluginConfigurationPage.cs to ConfigurationPageType.cs.csa4e838fRemoed configurationPageType📊 Changes
3 files changed (+8 additions, -124 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DashboardController.cs(+8 -50)📝
Jellyfin.Api/Models/ConfigurationPageInfo.cs(+0 -23)➖
MediaBrowser.Controller/Plugins/IPluginConfigurationPage.cs(+0 -51)📄 Description
Whilst debugging noticed that this code never returned any values - and couldn't find any instance of IPluginConfigurationPage on github.
Emby describes it as
"IPluginConfigurationPage
If your plugin requires an html configuration page within the Dashboard, implement this interface. A full guide for this is coming soon."
We use IHasWebPages for this functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.