1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update unified playback manager

This commit is contained in:
Luke Pulverenti 2017-01-01 17:34:44 -05:00
parent 0b4a2c0092
commit 4b90291afc
12 changed files with 1880 additions and 261 deletions

View file

@ -240,7 +240,10 @@ define(['playbackManager', 'inputManager', 'connectionManager', 'embyRouter', 'g
}
else if (action === 'instantmix') {
playbackManager.instantMix(playableItemId, serverId);
playbackManager.instantMix({
Id: playableItemId,
ServerId: serverId
});
}
else if (action === 'play') {