diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-10 18:39:20 -0500 |
|---|---|---|
| committer | Vasily <JustAMan@users.noreply.github.com> | 2018-12-11 04:05:50 +0300 |
| commit | 59750496d590b06b80cf781817d77031b1749d4e (patch) | |
| tree | b8a917a82f4b82c63119cd7e4ed5996c4a116490 /Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs | |
| parent | 764e6951c33671107bee3142cb502311240760cc (diff) | |
Move submodules into repo
There's little value, if any, by having these as separate modules.
Diffstat (limited to 'Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs')
| -rw-r--r-- | Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs b/Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs new file mode 100644 index 0000000000..9308b8c891 --- /dev/null +++ b/Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs @@ -0,0 +1,8 @@ +using MediaBrowser.Model.Plugins; + +namespace IsoMounter.Configuration +{ + public class PluginConfiguration : BasePluginConfiguration + { + } +}
\ No newline at end of file |
