diff --git a/src/main/plugins/lastfm.ts b/src/main/plugins/lastfm.ts index 53644bb2..cf06565e 100644 --- a/src/main/plugins/lastfm.ts +++ b/src/main/plugins/lastfm.ts @@ -235,8 +235,8 @@ export default class LastFMPlugin { * @param attributes Music Attributes (attributes.status = current state) */ onPlaybackStateDidChange(attributes: object): void { - this.scrobbleSong(attributes) - this.updateNowPlayingSong(attributes) + // this.scrobbleSong(attributes) + // this.updateNowPlayingSong(attributes) } /**