Added EnableUserProfiles to server config

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent e52833059b
commit b1212467a0

@ -5,5 +5,13 @@ namespace MediaBrowser.Model.Configuration
{
public bool EnableInternetProviders { get; set; }
public string WeatherZipCode { get; set; }
public bool EnableUserProfiles { get; set; }
public ServerConfiguration()
: base()
{
EnableUserProfiles = true;
WeatherZipCode = "02116";
}
}
}

Loading…
Cancel
Save