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 libraries

This commit is contained in:
Bill Thornton 2021-09-13 10:23:46 -04:00
parent b9d503f10f
commit 8b8cd0f1f9

View file

@ -1829,7 +1829,8 @@ class PlaybackManager {
Filters: 'IsNotFolder',
Recursive: true,
SortBy: options.shuffle ? 'Random' : 'SortName',
MediaTypes: 'Photo,Video',
// Only include Photos because we do not handle mixed queues currently
MediaTypes: 'Photo',
Limit: 1000
}, queryOptions));
} else if (firstItem.IsFolder) {