From 67e633d88753baa476357db60eecd64a1fc70779 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 5 Nov 2020 17:34:03 +0100 Subject: [PATCH] Fix bug --- js/vd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/vd.js b/js/vd.js index 250e0ef..6ccd815 100644 --- a/js/vd.js +++ b/js/vd.js @@ -192,6 +192,7 @@ class SpeedItem extends vjs.MenuItem { super(...arguments); this.label = arguments[1].label; this.speed = arguments[1].speed; + this.menuButton = arguments[1].menuButton; } handleClick() {