Merge pull request #377 from dkanada/log

Fix log issue from #365
This commit is contained in:
Anthony Lavado 2019-06-30 16:05:15 -04:00 committed by GitHub
commit 45ab20a031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
*/
CastPlayer.prototype.sessionUpdateListener = function (isAlive) {
if (isAlive) {
console.log('sessionUpdateListener: not alive');
console.log('sessionUpdateListener: already alive');
} else {
this.session = null;
this.deviceState = DEVICE_STATE.IDLE;