Add to loaderinserter

This commit is contained in:
Mark Furneaux 2018-04-14 16:31:48 -04:00
parent 3626d84964
commit 2793cfa7fb
1 changed files with 1 additions and 1 deletions

View File

@ -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_);
}
}