Add initial player.js with Video.js setup and event handling
All checks were successful
Build and release container directly from master / release (push) Successful in 5m34s
All checks were successful
Build and release container directly from master / release (push) Successful in 5m34s
This commit is contained in:
parent
8d3ff993dd
commit
3b56443825
@ -1,5 +1,7 @@
|
||||
'use strict';
|
||||
console.log('[Invidious Debug] player.js start');
|
||||
videojs.log.level('debug'); // Enable Video.js debug logging
|
||||
|
||||
var player_data = JSON.parse(document.getElementById('player_data').textContent);
|
||||
var video_data = JSON.parse(document.getElementById('video_data').textContent);
|
||||
console.log('[Invidious Debug] video_data.params:', JSON.stringify(video_data.params));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user