aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorShaun <shaun@bluebit.com.au>2016-01-12 13:22:52 +1100
committerShaun <shaun@bluebit.com.au>2016-01-12 13:22:52 +1100
commit9eaf22e54ef03e9df56fcff87f0685ddd8ecf4ac (patch)
tree9595c0ac6259f98211455e81370872511e5e72fd /MediaBrowser.Api/UserLibrary/ItemsService.cs
parentcb751893a802f7b144bd9ccab5357c9053b90d54 (diff)
add a new endpoint param IsFavorite and use it for reports
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs
index f1168ab7f..97d0ad7ab 100644
--- a/MediaBrowser.Api/UserLibrary/ItemsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs
@@ -181,6 +181,7 @@ namespace MediaBrowser.Api.UserLibrary
Filter = i => ApplyAdditionalFilters(request, i, user, _libraryManager),
+ IsFavorite = request.IsFavorite,
Limit = request.Limit,
StartIndex = request.StartIndex,
IsMissing = request.IsMissing,