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

add error handling

This commit is contained in:
Luke Pulverenti 2017-01-26 13:41:12 -05:00
parent ab202bfa83
commit 48c0634cc6

View file

@ -260,7 +260,9 @@
elem.classList.remove('videoOsdBottom-hidden');
focusManager.focus(elem.querySelector('.btnPause'));
setTimeout(function () {
focusManager.focus(elem.querySelector('.btnPause'));
}, 50);
view.dispatchEvent(new CustomEvent('video-osd-show', {
bubbles: true,