Enabling video info provider

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20 23:32:59 -04:00
parent e6a95defc9
commit 0a0a4256b3
4 changed files with 51 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
using System.Collections.Generic;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Configuration;
namespace MediaBrowser.Controller.Configuration
{
public class ServerConfiguration : BaseApplicationConfiguration
{
public bool EnableInternetProviders { get; set; }
}
}