Send all playlist on connect.

This commit is contained in:
Andreas 2013-02-02 16:51:48 +01:00
parent 90803fa0e0
commit 617c575ef4
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ void OutgoingDataCreator::SendFirstData() {
// And the current track position
UpdateTrackPosition();
// And the current playlists
SendAllPlaylists();
}
void OutgoingDataCreator::CurrentSongChanged(const Song& song, const QString& uri, const QImage& img) {