restored weather settings

This commit is contained in:
Luke Pulverenti
2013-06-24 10:06:25 -04:00
parent e946078ab3
commit 8ad9ac3b73
4 changed files with 33 additions and 0 deletions

View File

@@ -8,6 +8,18 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
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>
/// Gets or sets a value indicating whether [enable HTTP level logging].
/// </summary>