aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.InternetProviders/PluginConfiguration.cs
blob: abd189f2a2059b3e518164c25e1ea33c29ad45ce (plain)
1
2
3
4
5
6
7
8
using MediaBrowser.Common.Plugins;

namespace MediaBrowser.InternetProviders
{
    public class PluginConfiguration : BasePluginConfiguration
    {
    }
}