mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
bugfix
This commit is contained in:
parent
025124c379
commit
af90d07414
3 changed files with 2 additions and 3 deletions
|
|
@ -457,7 +457,7 @@ const getSimilarSongs = async (args: SimilarSongsArgs): Promise<Song[]> => {
|
|||
});
|
||||
|
||||
if (res.status !== 200) {
|
||||
throw new Error('Failed to get music folder list');
|
||||
throw new Error('Failed to get similar songs');
|
||||
}
|
||||
|
||||
return res.body.similarSongs.song.map((song) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue