1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

itemContextMenu only supports folders and using parentId instead for lists

Revert line change on playbackmanager.js
This commit is contained in:
MrK 2023-10-02 23:25:57 +01:00
parent 5d20523616
commit d62a36a708
2 changed files with 3 additions and 27 deletions

View file

@ -1814,8 +1814,8 @@ class PlaybackManager {
Filters: 'IsNotFolder',
// Setting this to true may cause some incorrect sorting
Recursive: false,
MediaTypes: 'Photo,Video',
SortBy: options.shuffle ? 'Random' : 'SortName',
MediaTypes: 'Photo,Video',
Limit: UNLIMITED_ITEMS
}, queryOptions)).then(function (result) {
const playbackItems = result.Items;