mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-06 07:32:01 +00:00
Remove LOGGER statements
This commit is contained in:
@@ -205,7 +205,7 @@ if (video_data.params.video_start > 0 || video_data.params.video_end > 0) {
|
||||
markers.push({ time: video_data.length_seconds - 0.5, text: 'End' });
|
||||
} else {
|
||||
markers.push({ time: video_data.params.video_end, text: 'End' });
|
||||
}
|
||||
}
|
||||
|
||||
player.markers({
|
||||
onMarkerReached: function (marker) {
|
||||
|
||||
Reference in New Issue
Block a user