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-03 21:37:04 +0100
commita50b83841c9aa0c1770cd0cf47b27a8530512367 (patch)
treec30effe377da42c7da0b2ac6f9cb933d5e4c2cc0
parenta959f146a6e87ee22248d4372084a5db9125cf07 (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 */