Merge branch 'queue_loaded_playlist' of https://github.com/jcorporation/MPD

This commit is contained in:
Max Kellermann
2024-10-26 08:15:23 +02:00
7 changed files with 24 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@ playlist_load_into_queue(const char *uri, SongEnumerator &e,
dest.AppendSong(pc, std::move(*song));
}
dest.SetLastLoadedPlaylist(uri);
}
void