mirror of
https://github.com/iv-org/invidious
synced 2024-11-03 03:40:35 +00:00
Fix typo in player.js
This commit is contained in:
parent
37d88d5ff7
commit
03be793930
@ -186,7 +186,7 @@ player.vttThumbnails({
|
||||
});
|
||||
|
||||
// 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');
|
||||
let xhr = new XMLHttpRequest();
|
||||
xhr.responseType = 'text';
|
||||
|
Loading…
Reference in New Issue
Block a user