mirror of
https://github.com/91270/MeiamSubtitles.git
synced 2026-02-03 02:24:16 +08:00
13 lines
235 B
C#
13 lines
235 B
C#
using MediaBrowser.Model.Plugins;
|
|
|
|
namespace Jellyfin.MeiamSub.Shooter.Configuration
|
|
{
|
|
/// <summary>
|
|
/// Plugin configuration.
|
|
/// </summary>
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
{
|
|
|
|
}
|
|
}
|