Author: ygrego Date: 2015-03-30 15:28:05 +0000 (Mon, 30 Mar 2015) New Revision: 982 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/982 Log: A missing argument has been added to method call "verifyASuitableTunerAvailable". Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-03-30 13:47:10 UTC (rev 981) +++ oipf/js/impl/VideoBroadcastObject.js 2015-03-30 15:28:05 UTC (rev 982) @@ -356,7 +356,7 @@ case this._STOPPED: //FIX-ME :Make enable video and audio presentation - if (!channelUtils.verifyASuitableTunerAvailable(currentChannel.idType)) { + if (!channelUtils.verifyASuitableTunerAvailable(currentChannel.idType, this)) { this._timer = oipf.utils.timeout(0) .then(this.changePlayState.bind(this, this._STOPPED, 0)); } else {
participants (1)
-
ygregoï¼ users.nuiton.org