New command playlistlength

Count the number of songs and their total playtime in the playlist.
This commit is contained in:
jcorporation
2024-02-08 22:54:24 +01:00
parent c71e586c53
commit f801f299c9
8 changed files with 130 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ handle_listplaylist(Client &client, Request request, Response &response);
CommandResult
handle_listplaylistinfo(Client &client, Request request, Response &response);
CommandResult
handle_playlistlength(Client &client, Request request, Response &response);
CommandResult
handle_rm(Client &client, Request request, Response &response);