last.fm: remove unnecessary onPlaybackStateDidChange function

This commit is contained in:
inalone 2022-02-22 01:08:19 +00:00
parent 0fa1765292
commit 0c7cba0443

View file

@ -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