aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/YearsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 11:32:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 11:32:09 -0400
commit70da0b6ae96bffbc39efab14d95b2c14426753b7 (patch)
tree46a95dc16effb256e9969d17c0964b448bd21b95 /MediaBrowser.Api/UserLibrary/YearsService.cs
parentc645b3ff648e793d90bfb40bb552aa636967b9b8 (diff)
resharper suggestions in api project
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/YearsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/YearsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/YearsService.cs b/MediaBrowser.Api/UserLibrary/YearsService.cs
index 99ea08cda..2b1b2e652 100644
--- a/MediaBrowser.Api/UserLibrary/YearsService.cs
+++ b/MediaBrowser.Api/UserLibrary/YearsService.cs
@@ -14,7 +14,7 @@ namespace MediaBrowser.Api.UserLibrary
/// </summary>
[Route("/Users/{UserId}/Items/{ParentId}/Years", "GET")]
[Route("/Users/{UserId}/Items/Root/Years", "GET")]
- [ServiceStack.ServiceHost.Api(Description = "Gets all years from a given item, folder, or the entire library")]
+ [Api(Description = "Gets all years from a given item, folder, or the entire library")]
public class GetYears : GetItemsByName
{
}