diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-03 01:29:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:38 +0100 |
| commit | 435ee4c53263f78a098a93b1baaced579c06b1e7 (patch) | |
| tree | f5a754f346738c08a7888420e12bfa93ebc13db9 | |
| parent | f8977572c8ba3b57fa74de2bb3675fa9c05fd085 (diff) | |
Improve comment.
| -rw-r--r-- | src/lib/show_playlist_list.h | 2 |
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); |
