mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add song detail controller
This commit is contained in:
parent
2cefc092ce
commit
c4fb9a2e72
4 changed files with 37 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue