chore: scrobbling
This commit is contained in:
parent
2f982b8f7e
commit
faec7fb428
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default async (request, context) => {
|
|||
console.log(err);
|
||||
return {}
|
||||
});
|
||||
genre = genreRes['genres'].sort((a, b) => b.count - a.count)[0]?.["name"] || "";
|
||||
const genre = genreRes['genres'].sort((a, b) => b.count - a.count)[0]?.['name'] || '';
|
||||
const artistData = {
|
||||
mbid,
|
||||
genre,
|
||||
|
|
Reference in a new issue