diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-20 00:45:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-03 21:37:04 +0100 |
| commit | 9b841fddd3aa4a1117b03299bce964c5e4b205d9 (patch) | |
| tree | 61022295269b8e55a5fbefabb88183dd96d1afcf /src/lib/sqlite_table.h | |
| parent | 8a4591d1f77e2de6e92385e0ab0b3efc714feeb9 (diff) | |
Use SQLite for show playlists.
Diffstat (limited to 'src/lib/sqlite_table.h')
| -rw-r--r-- | src/lib/sqlite_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sqlite_table.h b/src/lib/sqlite_table.h index 43c9491ed..218ab4526 100644 --- a/src/lib/sqlite_table.h +++ b/src/lib/sqlite_table.h @@ -42,6 +42,7 @@ public: std::string insert() const; std::string update(std::string const& condition) const; std::string select(std::string const& condition) const; + std::string remove(std::string const& condition) const; private: std::string _name; |
