|
@@ -8,6 +8,18 @@ namespace MediaBrowser.Model.Configuration
|
|
/// </summary>
|
|
/// </summary>
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
|
{
|
|
{
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Gets or sets the zip code to use when displaying weather
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <value>The weather location.</value>
|
|
|
|
+ public string WeatherLocation { get; set; }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Gets or sets the weather unit to use when displaying weather
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <value>The weather unit.</value>
|
|
|
|
+ public WeatherUnits WeatherUnit { get; set; }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets or sets a value indicating whether [enable HTTP level logging].
|
|
/// Gets or sets a value indicating whether [enable HTTP level logging].
|
|
/// </summary>
|
|
/// </summary>
|