Fix private calls

This commit is contained in:
2026-05-17 15:14:52 +02:00
parent 0f6cb3ee77
commit e769a6ee4a
71 changed files with 5821 additions and 349 deletions

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