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