8 lines
151 B
C#
8 lines
151 B
C#
|
using MediaBrowser.Model.Plugins;
|
|||
|
|
|||
|
namespace IsoMounter.Configuration
|
|||
|
{
|
|||
|
public class PluginConfiguration : BasePluginConfiguration
|
|||
|
{
|
|||
|
}
|
|||
|
}
|