mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update probing
This commit is contained in:
parent
11e4966819
commit
8ac4ff719f
5 changed files with 29 additions and 9 deletions
|
@ -139,7 +139,8 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
|
|||
Filters: "IsNotFolder",
|
||||
SortBy: "DateCreated",
|
||||
SortOrder: "Descending",
|
||||
Ids: newItems.join(',')
|
||||
Ids: newItems.join(','),
|
||||
MediaTypes: "Audio,Video"
|
||||
|
||||
}).then(function (result) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue