aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-16 18:19:15 -0500
committerJesús <heckyel@hyperbola.info>2021-12-16 18:19:15 -0500
commit519b7e64e7e793e3c28845169de0cafe96ba2f9c (patch)
treea0088451eda0ba679f1460d2bf86375d26b42e78 /youtube/static/js
parent5d753351c5edf89a8bdece12bdab8ca110fcae91 (diff)
downloadyt-local-519b7e64e7e793e3c28845169de0cafe96ba2f9c.tar.lz
yt-local-519b7e64e7e793e3c28845169de0cafe96ba2f9c.tar.xz
yt-local-519b7e64e7e793e3c28845169de0cafe96ba2f9c.zip
[frontend]: fix reporInfo in prototype
Diffstat (limited to 'youtube/static/js')
-rw-r--r--youtube/static/js/av-merge.js3
1 files changed, 3 insertions, 0 deletions
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