jellyfin/Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs
Andrew Rabert 59750496d5 Move submodules into repo
There's little value, if any, by having these as separate modules.
2018-12-11 04:05:50 +03:00

8 lines
No EOL
151 B
C#

using MediaBrowser.Model.Plugins;
namespace IsoMounter.Configuration
{
public class PluginConfiguration : BasePluginConfiguration
{
}
}