1
0
Fork 0
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:
Luke Pulverenti 2017-01-03 15:58:22 -05:00
parent f80fcc874a
commit fa620ed136
5 changed files with 19 additions and 35 deletions

View file

@ -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();
});