mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Added EnableUserProfiles to server config
This commit is contained in:
parent
e52833059b
commit
b1212467a0
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue