diff --git a/src/networkremote/outgoingdatacreator.cpp b/src/networkremote/outgoingdatacreator.cpp index 133513957..14d3b98ab 100644 --- a/src/networkremote/outgoingdatacreator.cpp +++ b/src/networkremote/outgoingdatacreator.cpp @@ -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) {