Files
Toju/toju-app/public/vlcjs/metoyou-vlc-player.js
2026-05-17 15:14:52 +02:00

9 lines
336 B
JavaScript

(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);