mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Various cleanup
This commit is contained in:
parent
c5f551e963
commit
4167af098f
7 changed files with 1 additions and 16 deletions
|
|
@ -358,8 +358,6 @@ const getRandomSongList = async (args: RandomSongListArgs): Promise<RandomSongLi
|
|||
throw new Error('Failed to get random songs');
|
||||
}
|
||||
|
||||
console.log('res', res);
|
||||
|
||||
return {
|
||||
items: res.body.randomSongs?.song?.map((song) =>
|
||||
ssNormalize.song(song, apiClientProps.server, ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue