diff options
Diffstat (limited to 'MediaBrowser.Model/Weather/WeatherInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Weather/WeatherInfo.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Weather/WeatherInfo.cs b/MediaBrowser.Model/Weather/WeatherInfo.cs index 57a9432f6..8aad52cb2 100644 --- a/MediaBrowser.Model/Weather/WeatherInfo.cs +++ b/MediaBrowser.Model/Weather/WeatherInfo.cs @@ -1,25 +1,21 @@ -using ProtoBuf; - + namespace MediaBrowser.Model.Weather { /// <summary> /// Class WeatherInfo /// </summary> - [ProtoContract] public class WeatherInfo { /// <summary> /// Gets or sets the current weather. /// </summary> /// <value>The current weather.</value> - [ProtoMember(1)] public WeatherStatus CurrentWeather { get; set; } /// <summary> /// Gets or sets the forecasts. /// </summary> /// <value>The forecasts.</value> - [ProtoMember(2)] public WeatherForecast[] Forecasts { get; set; } /// <summary> |
