mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/themeMediaPlayer.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
5582777d34
commit
5a319b86ca
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ function playThemeMedia(items, ownerId) {
|
||||||
enableRemotePlayers: false
|
enableRemotePlayers: false
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
currentOwnerId = ownerId;
|
currentOwnerId = ownerId;
|
||||||
})
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
stopIfPlaying();
|
stopIfPlaying();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue