1
0
Fork 0
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:
ferferga 2020-06-22 11:10:26 +02:00
parent ad72f590f7
commit 2e8e240aa0
3 changed files with 25 additions and 1 deletions

View file

@ -513,6 +513,10 @@ define(['playbackManager', 'events', 'serverNotifications', 'connectionManager']
});
};
SessionPlayer.prototype.getPlaylistShuffleMode = function () {
};
SessionPlayer.prototype.displayContent = function (options) {
sendCommandByName(this, 'DisplayContent', options);