Isolated ResponseFormat in a new file

This commit is contained in:
emeric
2024-11-29 21:37:38 +01:00
parent e3a94d0540
commit 13a0aab09c
8 changed files with 80 additions and 25 deletions
@@ -22,10 +22,12 @@
#include <Wt/Http/Request.h>
#include <Wt/Http/Response.h>
#include "RequestContext.hpp"
#include "SubsonicResponse.hpp"
namespace lms::api::subsonic
{
class RequestContext;
Response handleGetLyrics(RequestContext& context);
Response handleGetLyricsBySongId(RequestContext& context);