mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge 6576f1b47d
into 7d84185d0e
This commit is contained in:
commit
0fada1d380
1 changed files with 1 additions and 1 deletions
|
@ -1921,7 +1921,7 @@ export class PlaybackManager {
|
||||||
} else if (firstItem.IsFolder) {
|
} else if (firstItem.IsFolder) {
|
||||||
let sortBy = null;
|
let sortBy = null;
|
||||||
if (options.shuffle) {
|
if (options.shuffle) {
|
||||||
sortBy = 'Random';
|
sortBy = 'IsPlayed,Random';
|
||||||
} else if (firstItem.Type !== 'BoxSet') {
|
} else if (firstItem.Type !== 'BoxSet') {
|
||||||
sortBy = 'SortName';
|
sortBy = 'SortName';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue