59750496d5
There's little value, if any, by having these as separate modules.
8 lines
151 B
C#
8 lines
151 B
C#
using MediaBrowser.Model.Plugins;
|
|
|
|
namespace IsoMounter.Configuration
|
|
{
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
{
|
|
}
|
|
} |