Add song detail controller

This commit is contained in:
jeffvli 2023-05-19 22:20:32 -07:00 committed by Jeff
parent 2cefc092ce
commit c4fb9a2e72
4 changed files with 37 additions and 3 deletions

View file

@ -310,8 +310,6 @@ const scrobble = async (args: ScrobbleArgs): Promise<ScrobbleResponse> => {
const search3 = async (args: SearchArgs): Promise<SearchResponse> => {
const { query, apiClientProps } = args;
console.log('search api');
const res = await ssApiClient(apiClientProps).search3({
query: {
albumCount: query.albumLimit,