diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 16:56:07 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 16:56:07 -0500 |
| commit | 39ab10c875104a2b88dd63ce73545036ce4a0853 (patch) | |
| tree | e607f41667aca2b3d4f9982fd591c727aeb97017 /MediaBrowser.Api/UserLibrary/YearsService.cs | |
| parent | 34cc4eee9d35b5afa3116292a4f38f1703d42cae (diff) | |
api comments for genres, studios, years, persons
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/YearsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/YearsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/UserLibrary/YearsService.cs b/MediaBrowser.Api/UserLibrary/YearsService.cs index 07b08eb54..c3e3c8366 100644 --- a/MediaBrowser.Api/UserLibrary/YearsService.cs +++ b/MediaBrowser.Api/UserLibrary/YearsService.cs @@ -14,6 +14,7 @@ namespace MediaBrowser.Api.UserLibrary /// </summary> [Route("/Users/{UserId}/Items/{Id}/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")] public class GetYears : GetItemsByName { } |
