aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/utils.js')
-rw-r--r--src/js/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/utils.js b/src/js/utils.js
index 84947e58..a635e021 100644
--- a/src/js/utils.js
+++ b/src/js/utils.js
@@ -418,7 +418,7 @@ const utils = {
return true;
} catch (error) {
// Log it
- this.warn('It looks like there is a problem with your custom controls HTML', error);
+ this.console.warn('It looks like there is a problem with your custom controls HTML', error);
// Restore native video controls
this.toggleNativeControls(true);