LastFM can be unique and have its own call
This commit is contained in:
parent
a02b633f49
commit
d36e1b19f6
3 changed files with 8 additions and 2 deletions
|
@ -265,7 +265,7 @@ export default class LastFMPlugin {
|
|||
* Runs on song change
|
||||
* @param attributes Music Attributes
|
||||
*/
|
||||
onNowPlayingItemDidChange(attributes: object): void {
|
||||
lfmItemChange(attributes: object): void {
|
||||
if (!this._store.lastfm.filterLoop){
|
||||
this._lastfm.cachedNowPlayingAttributes = false;
|
||||
this._lastfm.cachedAttributes = false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue