mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
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 bool EnableInternetProviders { get; set; }
|
||||||
public string WeatherZipCode { get; set; }
|
public string WeatherZipCode { get; set; }
|
||||||
|
public bool EnableUserProfiles { get; set; }
|
||||||
|
|
||||||
|
public ServerConfiguration()
|
||||||
|
: base()
|
||||||
|
{
|
||||||
|
EnableUserProfiles = true;
|
||||||
|
WeatherZipCode = "02116";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user