attempt to fix lastfm
This commit is contained in:
parent
cff266c9df
commit
f4dda32e12
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue