mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: cancel debounce on player unmount
This commit is contained in:
parent
4c71de4815
commit
c0fc93dedc
1 changed files with 2 additions and 0 deletions
|
@ -822,6 +822,8 @@ function tryRemoveElement(elem) {
|
|||
}
|
||||
|
||||
destroy() {
|
||||
this.setSubtitleOffset.cancel();
|
||||
|
||||
destroyHlsPlayer(this);
|
||||
destroyFlvPlayer(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue