attempt to fix lastfm

This commit is contained in:
vapormusic 2022-02-10 15:59:57 +07:00
parent cff266c9df
commit f4dda32e12

View file

@ -235,8 +235,8 @@ export default class LastFMPlugin {
* @param attributes Music Attributes (attributes.status = current state) * @param attributes Music Attributes (attributes.status = current state)
*/ */
onPlaybackStateDidChange(attributes: object): void { onPlaybackStateDidChange(attributes: object): void {
this.scrobbleSong(attributes) // this.scrobbleSong(attributes)
this.updateNowPlayingSong(attributes) // this.updateNowPlayingSong(attributes)
} }
/** /**