fix notifications query

This commit is contained in:
Luke Pulverenti
2016-08-25 12:55:57 -04:00
parent 916bda6f32
commit 93a05271c2
6 changed files with 3 additions and 37 deletions

View File

@@ -27,10 +27,6 @@ namespace MediaBrowser.Model.Querying
/// </summary>
IsFavorite = 5,
/// <summary>
/// The is recently added
/// </summary>
IsRecentlyAdded = 6,
/// <summary>
/// The item is resumable
/// </summary>
IsResumable = 7,