From 519b7e64e7e793e3c28845169de0cafe96ba2f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 16 Dec 2021 18:19:15 -0500 Subject: [frontend]: fix reporInfo in prototype --- youtube/static/js/av-merge.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube') diff --git a/youtube/static/js/av-merge.js b/youtube/static/js/av-merge.js index dcb0a9b..67bde6d 100644 --- a/youtube/static/js/av-merge.js +++ b/youtube/static/js/av-merge.js @@ -518,6 +518,9 @@ Stream.prototype.reportWarning = function(...args) { Stream.prototype.reportError = function(...args) { reportError(String(this.streamType) + ':', ...args); } +Stream.prototype.reportInfo = function(...args) { + reportInfo(String(this.streamType) + ':', ...args); +} // Utility functions -- cgit v1.2.3