fix: scrobbling
This commit is contained in:
parent
57bfd37920
commit
3e0a18e0cb
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export default async (request) => {
|
||||||
artist,
|
artist,
|
||||||
trackNumber,
|
trackNumber,
|
||||||
timestamp,
|
timestamp,
|
||||||
genre
|
genre: artistInfo?.['genre'] || ''
|
||||||
}
|
}
|
||||||
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
|
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
|
||||||
const windowData = await scrobbles.get('window', { type: 'json'})
|
const windowData = await scrobbles.get('window', { type: 'json'})
|
||||||
|
|
Reference in a new issue