chore: scrobbling
This commit is contained in:
parent
72b33002f0
commit
ba389dab59
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export default async (request) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
return {}
|
return {}
|
||||||
});
|
});
|
||||||
const mbid = albumRes['album']['mbid']
|
const mbid = albumRes['album']['mbid'] || ''
|
||||||
const albumObj = {
|
const albumObj = {
|
||||||
mbid,
|
mbid,
|
||||||
image: `https://cdn.coryd.dev/albums/${encodeURIComponent(sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase())}-${encodeURIComponent(sanitizeMediaString(album.replace(/[:\/\\,'']+/g
|
image: `https://cdn.coryd.dev/albums/${encodeURIComponent(sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase())}-${encodeURIComponent(sanitizeMediaString(album.replace(/[:\/\\,'']+/g
|
||||||
|
|
Reference in a new issue