last.fm: remove unnecessary onPlaybackStateDidChange function
This commit is contained in:
parent
0fa1765292
commit
0c7cba0443
1 changed files with 0 additions and 9 deletions
|
@ -253,15 +253,6 @@ export default class LastFMPlugin {
|
||||||
console.log('Example plugin stopped');
|
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
|
* Runs on song change
|
||||||
* @param attributes Music Attributes
|
* @param attributes Music Attributes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue