mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove mustDestroy and fix currentSrc in mpv video player.
This commit is contained in:
parent
156303d9c0
commit
466098aaec
3 changed files with 5 additions and 12 deletions
|
@ -76,13 +76,7 @@ import Headroom from 'headroom.js';
|
|||
}
|
||||
|
||||
function onBackClick() {
|
||||
// If playing on a player that can't be destroyed with navigation, stop it manually.
|
||||
const player = playbackManager.getCurrentPlayer();
|
||||
if (player && player.mustDestroy && skinHeader.classList.contains('osdHeader')) {
|
||||
playbackManager.stop();
|
||||
} else {
|
||||
appRouter.back();
|
||||
}
|
||||
appRouter.back();
|
||||
}
|
||||
|
||||
function retranslateUi() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue