mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add shuffle mode to Chromecast
This commit is contained in:
parent
ad72f590f7
commit
2e8e240aa0
3 changed files with 25 additions and 1 deletions
|
@ -513,6 +513,10 @@ define(['playbackManager', 'events', 'serverNotifications', 'connectionManager']
|
|||
});
|
||||
};
|
||||
|
||||
SessionPlayer.prototype.getPlaylistShuffleMode = function () {
|
||||
|
||||
};
|
||||
|
||||
SessionPlayer.prototype.displayContent = function (options) {
|
||||
|
||||
sendCommandByName(this, 'DisplayContent', options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue