1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
David Simon 2025-03-30 11:01:13 -04:00 committed by GitHub
commit 0fada1d380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1921,7 +1921,7 @@ export class PlaybackManager {
} else if (firstItem.IsFolder) {
let sortBy = null;
if (options.shuffle) {
sortBy = 'Random';
sortBy = 'IsPlayed,Random';
} else if (firstItem.Type !== 'BoxSet') {
sortBy = 'SortName';
}