mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Removal of IPluginConfigurationPage
This commit is contained in:
@@ -10,23 +10,6 @@ namespace Jellyfin.Api.Models
|
||||
/// </summary>
|
||||
public class ConfigurationPageInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ConfigurationPageInfo"/> class.
|
||||
/// </summary>
|
||||
/// <param name="page">Instance of <see cref="IPluginConfigurationPage"/> interface.</param>
|
||||
public ConfigurationPageInfo(IPluginConfigurationPage page)
|
||||
{
|
||||
Name = page.Name;
|
||||
|
||||
ConfigurationPageType = page.ConfigurationPageType;
|
||||
|
||||
if (page.Plugin != null)
|
||||
{
|
||||
DisplayName = page.Plugin.Name;
|
||||
PluginId = page.Plugin.Id;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ConfigurationPageInfo"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user