mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 15:25:35 -04:00
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
|
|
{
|
|
}
|
|
} |