1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix: use correct name

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Ivan Schurawel 2023-02-17 09:43:04 -05:00
parent f20ee0b2ea
commit 2caa2851b9

View file

@ -677,7 +677,7 @@ function tryRemoveElement(elem) {
return;
}
const shouldClearActiveCues = this.requiresClearingActiveCuesOnOffsetChange();
const shouldClearActiveCues = this.requiresHidingActiveCuesOnOffsetChange();
if (shouldClearActiveCues) {
this.hideTextTrackWithActiveCues(currentTrack);
}