mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Remove TODO
This commit is contained in:
@@ -31,7 +31,6 @@ var player = videojs('player', options, function() {
|
||||
return (e.which === 75);
|
||||
},
|
||||
handler: function(player, options, e) {
|
||||
// Example
|
||||
if (player.paused()) {
|
||||
player.play();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user