diff --git a/app/statemachine.js b/app/statemachine.js index 832f3d2e..e201985b 100644 --- a/app/statemachine.js +++ b/app/statemachine.js @@ -908,6 +908,7 @@ CoreStateMachine.prototype.syncState = function (stateService, sService) { */ if (this.currentStatus === 'play') { + this.currentStatus = 'pause'; if (this.isConsume) { this.consumeState.status = 'pause'; this.pushState().fail(this.pushError.bind(this));