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:
parent
5d20523616
commit
d62a36a708
2 changed files with 3 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue