fix notifications query

This commit is contained in:
Luke Pulverenti 2016-08-25 12:55:57 -04:00
parent bdefc042ed
commit 18966acf72
9 changed files with 85 additions and 79 deletions

View file

@ -128,7 +128,7 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
Recursive: true,
Limit: 3,
IsFolder: false,
Filters: "IsNotFolder",
SortBy: "DateCreated",
SortOrder: "Descending",
Ids: newItems.join(',')