Added EnableUserProfiles to server config
This commit is contained in:
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…
Reference in New Issue
Block a user