Merge pull request #3466 from dmitrylyzo/fix-play-nopromise

Fix HTMLMediaElement.play no Promise
This commit is contained in:
Bill Thornton
2022-02-28 10:06:39 -05:00
committed by GitHub
4 changed files with 45 additions and 30 deletions
+1
View File
@@ -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';