1
0
Fork 0
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:
Daniel 2020-11-03 19:54:16 +01:00 committed by GitHub
parent 5582777d34
commit 5a319b86ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,7 @@ function playThemeMedia(items, ownerId) {
enableRemotePlayers: false
}).then(function () {
currentOwnerId = ownerId;
})
});
} else {
stopIfPlaying();
}