diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-23 11:02:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-23 11:02:53 -0400 |
| commit | 189618a75159d604e425c9318984dc2d8a9cc3f9 (patch) | |
| tree | a87beed88f3f90679b6178641a8469f4129986d7 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 0acc25735419b051c6f57a2c08b2ad6f3a969b83 (diff) | |
fixes #358 - Weather validation in Server configuration
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 72a80ffad..0446046c2 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -1,5 +1,4 @@ using MediaBrowser.Model.Entities; -using MediaBrowser.Model.Weather; using System; namespace MediaBrowser.Model.Configuration @@ -34,12 +33,6 @@ namespace MediaBrowser.Model.Configuration public bool EnableInternetProviders { get; set; } /// <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 item by name path. /// </summary> /// <value>The item by name path.</value> @@ -50,12 +43,6 @@ namespace MediaBrowser.Model.Configuration /// </summary> /// <value>The display name of the season zero.</value> public string SeasonZeroDisplayName { 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 the metadata refresh days. |
