mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support folder playback
This commit is contained in:
parent
92050a79b1
commit
ea0eb5c207
3 changed files with 75 additions and 16 deletions
|
@ -150,7 +150,7 @@
|
|||
|
||||
function onWebSocketMessageReceived(e, msg) {
|
||||
|
||||
var localPlayer = msg.MessageType === "Play" || msg.MessageType === "Play" ?
|
||||
var localPlayer = msg.MessageType === "Play" || msg.MessageType === "Playstate" ?
|
||||
MediaController.getLocalPlayer() :
|
||||
null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue