mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-27 07:34:42 +02:00
fix deezer artist
This commit is contained in:
parent
41bf42bc14
commit
4bb27105e5
@ -108,6 +108,7 @@ export const parseInfo = async (url: string) => {
|
|||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'spotify-track':
|
case 'spotify-track':
|
||||||
tracks.push(await spotify.track2deezer(info.id));
|
tracks.push(await spotify.track2deezer(info.id));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user