9 lines
166 B
C#
9 lines
166 B
C#
|
using MediaBrowser.Model.Plugins;
|
|||
|
|
|||
|
namespace MediaBrowser.Providers.Plugins.TheTvdb
|
|||
|
{
|
|||
|
public class PluginConfiguration : BasePluginConfiguration
|
|||
|
{
|
|||
|
}
|
|||
|
}
|