From a50b83841c9aa0c1770cd0cf47b27a8530512367 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Dec 2025 23:05:38 +0100 Subject: Name a variable. --- src/lib/show_playlist_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/show_playlist_list.h b/src/lib/show_playlist_list.h index 07b986486..6ebadfc37 100644 --- a/src/lib/show_playlist_list.h +++ b/src/lib/show_playlist_list.h @@ -69,7 +69,7 @@ public: bool missing(ShowPlaylistID id) const; /** Add a playlist entry to the end of a playlist in the database */ - void add_entry(ShowPlaylistID, ShowPlaylistEntry const& entry); + void add_entry(ShowPlaylistID playlist_id, ShowPlaylistEntry const& entry); /** Insert the given playlist entry at the given index */ void insert_entry(ShowPlaylistID playlist_id, ShowPlaylistEntry const& entry, int index); /** Set the values in the database from entry */ -- cgit v1.2.3