Various cleanup

This commit is contained in:
jeffvli 2023-06-14 00:12:10 -07:00
parent c5f551e963
commit 4167af098f
7 changed files with 1 additions and 16 deletions

View file

@ -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, ''),