summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-03 01:29:02 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-03 21:37:04 +0100
commit894e408a418538b9ed72d648439b9aa5cd0a10d3 (patch)
treef252b6aa0548eb513143a3dc98d0a693ae5db43f /src
parent1ea118df7e34325ce3eec9fe4a7c9ecc9d48f770 (diff)
Improve comment.
Diffstat (limited to 'src')
-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 c1849f589..7ad933182 100644
--- a/src/lib/show_playlist_list.h
+++ b/src/lib/show_playlist_list.h
@@ -68,7 +68,7 @@ public:
bool missing(std::string const& show_playlist_uuid) const;
bool missing(ShowPlaylistID id) const;
- /** Write a playlist entry to the database */
+ /** Add a playlist entry to the end of a playlist in the database */
void add_entry(ShowPlaylistID, ShowPlaylistEntry const& entry);
/** Set the values in the database from entry */
void update_entry(ShowPlaylistID, int index, ShowPlaylistEntry const& entry);