mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix 'undefined' on Chromecast and cleanup on nowPlayingBar.js
This commit is contained in:
parent
6aae85e991
commit
d13e1acf8d
3 changed files with 30 additions and 22 deletions
|
@ -3945,7 +3945,7 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
|||
|
||||
player = player || this._currentPlayer;
|
||||
if (player && !enableLocalPlaylistManagement(player)) {
|
||||
return player.setShuffleMode(value);
|
||||
return player.setQueueShuffleMode(value);
|
||||
}
|
||||
|
||||
this._playQueueManager.setShuffleMode(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue