Send the current track position when a client connects

This commit is contained in:
Andreas 2013-01-26 11:52:53 +01:00
parent 66c0878b7e
commit 4ed516ad1f
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ void OutgoingDataCreator::SendFirstData() {
// then the current volume
VolumeChanged(app_->player()->GetVolume());
// And the current track position
UpdateTrackPosition();
}
void OutgoingDataCreator::CurrentSongChanged(const Song& song, const QString& uri, const QImage& img) {