mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 06:14:29 +01:00
9 lines
249 B
C#
9 lines
249 B
C#
|
|
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
|
{
|
|
public bool EnableInternetProviders { get; set; }
|
|
public string WeatherZipCode { get; set; }
|
|
}
|
|
}
|