aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/WeatherService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/WeatherService.cs')
-rw-r--r--MediaBrowser.Api/WeatherService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/WeatherService.cs b/MediaBrowser.Api/WeatherService.cs
index 2b1eb53b7..25f6d237a 100644
--- a/MediaBrowser.Api/WeatherService.cs
+++ b/MediaBrowser.Api/WeatherService.cs
@@ -1,6 +1,5 @@
using MediaBrowser.Controller;
using MediaBrowser.Model.Weather;
-using MediaBrowser.Server.Implementations.HttpServer;
using ServiceStack.ServiceHost;
using System.Linq;
using System.Threading;
@@ -11,7 +10,7 @@ namespace MediaBrowser.Api
/// Class Weather
/// </summary>
[Route("/Weather", "GET")]
- [ServiceStack.ServiceHost.Api(Description = "Gets weather information for a given location")]
+ [Api(Description = "Gets weather information for a given location")]
public class GetWeather : IReturn<WeatherInfo>
{
/// <summary>