mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix build error
This commit is contained in:
parent
e5503c8e9b
commit
0e5ccfcabf
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ import { appRouter } from '../../../components/appRouter';
|
|||
passive: true
|
||||
});
|
||||
|
||||
dom.addEventListener(view, 'dblclick', function () {
|
||||
dom.addEventListener(view, 'dblclick', (e) => {
|
||||
if (e.target !== view) return;
|
||||
playbackManager.toggleFullscreen(currentPlayer);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue