mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Fix theme queue
Set play options for each item so that the playback manager doesn't change the fullscreen state for the next item.
This commit is contained in:
parent
ab71873ced
commit
7842eef4a6
@ -22,6 +22,13 @@ function playThemeMedia(items, ownerId) {
|
||||
return i.Id;
|
||||
});
|
||||
|
||||
currentThemeItems.forEach((i) => {
|
||||
i.playOptions = {
|
||||
fullscreen: false,
|
||||
enableRemotePlayers: false
|
||||
};
|
||||
});
|
||||
|
||||
playbackManager.play({
|
||||
items: currentThemeItems,
|
||||
fullscreen: false,
|
||||
|
Loading…
Reference in New Issue
Block a user