fix deezer artist

This commit is contained in:
Sayem Chowdhury 2021-03-24 23:54:37 +06:00
parent 41bf42bc14
commit 4bb27105e5
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ export const parseInfo = async (url: string) => {
};
}),
);
break;
case 'spotify-track':
tracks.push(await spotify.track2deezer(info.id));