summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-20 23:05:38 +0100
committerCarl Hetherington <cth@carlh.net>2026-04-25 12:55:25 +0200
commitdd2dff68ba6640a8b3ab59d76021166b2d72a523 (patch)
tree951d2eca983fdd4017a0b89f4c9c00412d5a0b7e
parent272104c2e2f7dc702e77209eaed04d98a47447b1 (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 */