aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
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.Model
parentcb751893a802f7b144bd9ccab5357c9053b90d54 (diff)
add a new endpoint param IsFavorite and use it for reports
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Querying/ItemFilter.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Querying/ItemFilter.cs b/MediaBrowser.Model/Querying/ItemFilter.cs
index 3a1786a15..83d61ae51 100644
--- a/MediaBrowser.Model/Querying/ItemFilter.cs
+++ b/MediaBrowser.Model/Querying/ItemFilter.cs
@@ -45,10 +45,6 @@ namespace MediaBrowser.Model.Querying
/// <summary>
/// The is favorite or likes
/// </summary>
- IsFavoriteOrLikes = 10,
- /// <summary>
- /// The item is not a favorite
- /// </summary>
- IsNotFavorite = 11
+ IsFavoriteOrLikes = 10
}
}