diff --git a/src/playlist/songloaderinserter.cpp b/src/playlist/songloaderinserter.cpp index 04e87d18e..4078c00fa 100644 --- a/src/playlist/songloaderinserter.cpp +++ b/src/playlist/songloaderinserter.cpp @@ -121,7 +121,7 @@ void SongLoaderInserter::InsertSongs() { // Insert songs (that haven't been completely loaded) to allow user to see // and play them while not loaded completely if (destination_) { - destination_->InsertSongsOrLibraryItems(songs_, row_, play_now_, enqueue_); + destination_->InsertSongsOrLibraryItems(songs_, row_, play_now_, enqueue_, enqueue_next_); } }