Send Random and Repeat Mode on connection.

This commit is contained in:
Andreas 2013-02-03 20:24:36 +01:00
parent 617c575ef4
commit 8a97e317a6
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ void OutgoingDataCreator::SendFirstData() {
// And the current playlists
SendAllPlaylists();
// Send the current random and repeat mode
SendShuffleMode(app_->playlist_manager()->sequence()->shuffle_mode());
SendRepeatMode(app_->playlist_manager()->sequence()->repeat_mode());
}
void OutgoingDataCreator::CurrentSongChanged(const Song& song, const QString& uri, const QImage& img) {