mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove Video from play all query in photo albums
This commit is contained in:
parent
8b8cd0f1f9
commit
b51c59e583
1 changed files with 2 additions and 1 deletions
|
@ -1812,7 +1812,8 @@ class PlaybackManager {
|
||||||
// Setting this to true may cause some incorrect sorting
|
// Setting this to true may cause some incorrect sorting
|
||||||
Recursive: false,
|
Recursive: false,
|
||||||
SortBy: options.shuffle ? 'Random' : 'SortName',
|
SortBy: options.shuffle ? 'Random' : 'SortName',
|
||||||
MediaTypes: 'Photo,Video',
|
// Only include Photos because we do not handle mixed queues currently
|
||||||
|
MediaTypes: 'Photo',
|
||||||
Limit: 1000
|
Limit: 1000
|
||||||
});
|
});
|
||||||
} else if (firstItem.Type === 'MusicGenre') {
|
} else if (firstItem.Type === 'MusicGenre') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue