From d3af21a4f860cac199ec77d24a1c99ca0ed44a18 Mon Sep 17 00:00:00 2001 From: richstimson Date: Sat, 10 Sep 2022 12:46:17 +0100 Subject: [PATCH] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index b0a9e9702b..854b0ae770 100644 --- a/index.js +++ b/index.js @@ -29,6 +29,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ + + import { MediaPlayer } from './index_mediaplayerOnly'; import { supportsMediaSource } from './src/streaming/utils/Capabilities';