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

@@ -164,8 +164,6 @@ namespace MediaBrowser.Api.UserLibrary
case ItemFilter.IsPlayed:
query.IsPlayed = true;
break;
case ItemFilter.IsRecentlyAdded:
break;
case ItemFilter.IsResumable:
query.IsResumable = true;
break;