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:
parent
0b4a2c0092
commit
4b90291afc
12 changed files with 1880 additions and 261 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue