mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
11 lines
234 B
C#
11 lines
234 B
C#
using MediaBrowser.Model.Plugins;
|
|
|
|
namespace MediaBrowser.Providers.Plugins.ComicVine;
|
|
|
|
/// <summary>
|
|
/// Plugin configuration for the Comic Vine provider.
|
|
/// </summary>
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
{
|
|
}
|