aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/controls.js')
-rw-r--r--src/js/controls.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/controls.js b/src/js/controls.js
index fa2d6509..8d96e427 100644
--- a/src/js/controls.js
+++ b/src/js/controls.js
@@ -493,7 +493,7 @@ const controls = {
controls.getLabel.call(this, 'quality', quality),
getBadge(quality)
)
- );
+ );
controls.updateSetting.call(this, type, list);
},
@@ -732,7 +732,7 @@ const controls = {
// Create items
this.options.speed.forEach(speed =>
controls.createMenuItem.call(this, speed, list, type, controls.getLabel.call(this, 'speed', speed))
- );
+ );
controls.updateSetting.call(this, type, list);
},