From 0c7cba0443093fb107441eb36aa11e7891dfb304 Mon Sep 17 00:00:00 2001 From: inalone Date: Tue, 22 Feb 2022 01:08:19 +0000 Subject: [PATCH] last.fm: remove unnecessary onPlaybackStateDidChange function --- src/main/plugins/lastfm.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/plugins/lastfm.ts b/src/main/plugins/lastfm.ts index a7433b8b..b048b7cd 100644 --- a/src/main/plugins/lastfm.ts +++ b/src/main/plugins/lastfm.ts @@ -253,15 +253,6 @@ export default class LastFMPlugin { console.log('Example plugin stopped'); } - /** - * Runs on playback State Change - * @param attributes Music Attributes (attributes.status = current state) - */ - onPlaybackStateDidChange(attributes: object): void { - this.updateNowPlayingSong(attributes) - // this.scrobbleSong(attributes) - } - /** * Runs on song change * @param attributes Music Attributes