From 435ee4c53263f78a098a93b1baaced579c06b1e7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Dec 2025 01:29:02 +0100 Subject: Improve comment. --- 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 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); -- cgit v1.2.3