aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/TheTvdb/Configuration/PluginConfiguration.cs
blob: 0a73634dc87e8d89e4c13f6e2cd7b15ba07963d7 (plain)
1
2
3
4
5
6
7
8
using MediaBrowser.Model.Plugins;

namespace MediaBrowser.Providers.Plugins.TheTvdb
{
    public class PluginConfiguration : BasePluginConfiguration
    {
    }
}