Fixing notification dequeing.

This commit is contained in:
Ben Vanik
2015-06-02 22:12:00 -07:00
parent e186fcaf0d
commit 7f62e8a86d
3 changed files with 5 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ X_RESULT XXMPApp::XMPPlayTitlePlaylist(uint32_t playlist_handle,
active_song_index_ = 0;
state_ = State::kPlaying;
OnStateChanged();
kernel_state_->BroadcastNotification(kMsgPlaybackBehaviorChanged, 1);
return X_ERROR_SUCCESS;
}