From 2793cfa7fba2f1bbab37e7790bb22fd82ae47a2d Mon Sep 17 00:00:00 2001 From: Mark Furneaux Date: Sat, 14 Apr 2018 16:31:48 -0400 Subject: [PATCH] Add to loaderinserter --- src/playlist/songloaderinserter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_); } }