make fs bg more vivid

This commit is contained in:
vapormusic 2022-01-12 21:13:59 +07:00
parent 70f02d38e0
commit 320a90e4b2
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,6 @@ const lfm = {
},
scrobbleSong: async function (attributes) {
console.log((app.cfg.get('lastfm.scrobble_after') / 100))
await new Promise(resolve => setTimeout(resolve, Math.round(attributes.durationInMillis * (app.cfg.get('lastfm.scrobble_after') / 100))));
const currentAttributes = app.media;