mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
f925138695
commit
67a2e0f16d
1 changed files with 2 additions and 1 deletions
|
@ -1378,8 +1378,9 @@ function tryRemoveElement(elem) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return videoElement;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return videoElement;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// we need to hide scrollbar when starting playback from page with animated background
|
// we need to hide scrollbar when starting playback from page with animated background
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue