mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
Remoed configurationPageType
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
using System.IO;
|
||||
using MediaBrowser.Common.Plugins;
|
||||
|
||||
namespace MediaBrowser.Controller.Plugins
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum ConfigurationPageType.
|
||||
/// </summary>
|
||||
public enum ConfigurationPageType
|
||||
{
|
||||
/// <summary>
|
||||
/// The plugin configuration.
|
||||
/// </summary>
|
||||
PluginConfiguration,
|
||||
|
||||
/// <summary>
|
||||
/// The none.
|
||||
/// </summary>
|
||||
None
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user