summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-20 23:05:38 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:38 +0100
commit6d49cab943297b052990b70c5b0f12274cfa69e2 (patch)
treeca3fa24603f7ab21409c08746a613faf20e8bef9
parentc5b442f6e07e6eb5352b08eaa212926f265c09a7 (diff)
Name a variable.
-rw-r--r--src/lib/show_playlist_list.h2
1 files changed, 1 insertions, 1 deletions
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 */