mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
f80fcc874a
commit
fa620ed136
5 changed files with 19 additions and 35 deletions
|
@ -838,7 +838,10 @@
|
|||
|
||||
view.querySelector('.pageContainer').addEventListener('click', function () {
|
||||
|
||||
playbackManager.playPause(currentPlayer);
|
||||
// TODO: Replace this check with click vs tap detection
|
||||
if (!browser.touch) {
|
||||
playbackManager.playPause(currentPlayer);
|
||||
}
|
||||
showOsd();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue