1
0
Fork 0
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:
Bill Thornton 2021-09-14 10:35:46 -04:00
parent 8b8cd0f1f9
commit b51c59e583

View file

@ -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') {