mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3466 from dmitrylyzo/fix-play-nopromise
Fix HTMLMediaElement.play no Promise
This commit is contained in:
commit
188dcf820e
4 changed files with 45 additions and 30 deletions
|
@ -31,6 +31,7 @@ import './serverNotifications';
|
|||
import '../components/playback/playerSelectionMenu';
|
||||
import '../legacy/domParserTextHtml';
|
||||
import '../legacy/focusPreventScroll';
|
||||
import '../legacy/htmlMediaElement';
|
||||
import '../legacy/vendorStyles';
|
||||
import SyncPlay from '../components/syncPlay/core';
|
||||
import { playbackManager } from '../components/playback/playbackmanager';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue