mirror of https://github.com/iv-org/invidious.git
Fix typo in player.js
This commit is contained in:
parent
37d88d5ff7
commit
03be793930
|
@ -186,7 +186,7 @@ player.vttThumbnails({
|
||||||
});
|
});
|
||||||
|
|
||||||
// Enable annotations
|
// Enable annotations
|
||||||
if (video_data.params.listen && video_data.params.annotations) {
|
if (!video_data.params.listen && video_data.params.annotations) {
|
||||||
var video_container = document.getElementById('player');
|
var video_container = document.getElementById('player');
|
||||||
let xhr = new XMLHttpRequest();
|
let xhr = new XMLHttpRequest();
|
||||||
xhr.responseType = 'text';
|
xhr.responseType = 'text';
|
||||||
|
|
Loading…
Reference in New Issue