parent
8ef37f6b0e
commit
a4e838fbf5
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in new issue