2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 17:15:16 +00:00

preparing version 0.8.37.dev

This commit is contained in:
John Preston
2015-07-03 13:48:28 +03:00
parent 1268774517
commit a65ef6fb00
15 changed files with 322 additions and 36 deletions

View File

@@ -545,4 +545,8 @@ void PlayerWidget::updateState(SongMsgId playing, AudioPlayerState playingState,
startPlay(o->at(_index + 1));
}
}
if (songChanged) {
emit playerSongChanged(_song.msgId);
}
}