Fix private calls
This commit is contained in:
8
toju-app/public/vlcjs/metoyou-vlc-player.js
Normal file
8
toju-app/public/vlcjs/metoyou-vlc-player.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(function registerMetoYouVlcPlaceholder(globalScope) {
|
||||
globalScope.MetoYouVlcJs = {
|
||||
isPlaceholder: true,
|
||||
createPlayer() {
|
||||
throw new Error('Experimental VLC.js playback is enabled, but no VLC.js runtime is bundled. Replace /vlcjs/metoyou-vlc-player.js with a runtime adapter to enable playback.');
|
||||
}
|
||||
};
|
||||
})(window);
|
||||
Reference in New Issue
Block a user