diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-15 10:36:44 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-15 10:36:44 +0000 |
| commit | a4e838fbf594020e9e0663e27d4aab878393c3f3 (patch) | |
| tree | 53d2e4efce1015eaaa079ca9d2f093fba2eab458 /Jellyfin.Api/Models/ConfigurationPageInfo.cs | |
| parent | 8ef37f6b0ec65256bd5b3741c049701e6f3b3202 (diff) | |
Remoed configurationPageType
Diffstat (limited to 'Jellyfin.Api/Models/ConfigurationPageInfo.cs')
| -rw-r--r-- | Jellyfin.Api/Models/ConfigurationPageInfo.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Jellyfin.Api/Models/ConfigurationPageInfo.cs b/Jellyfin.Api/Models/ConfigurationPageInfo.cs index 0aa568fe7..a7bbe42fe 100644 --- a/Jellyfin.Api/Models/ConfigurationPageInfo.cs +++ b/Jellyfin.Api/Models/ConfigurationPageInfo.cs @@ -52,12 +52,6 @@ namespace Jellyfin.Api.Models public string? DisplayName { get; set; } /// <summary> - /// Gets or sets the type of the configuration page. - /// </summary> - /// <value>The type of the configuration page.</value> - public ConfigurationPageType ConfigurationPageType { get; set; } - - /// <summary> /// Gets or sets the plugin id. /// </summary> /// <value>The plugin id.</value> |
