fix this looped thing
This commit is contained in:
parent
5e87c858ba
commit
8dfec5ff49
2 changed files with 2 additions and 1 deletions
|
@ -244,6 +244,7 @@ export default class LastFMPlugin {
|
|||
*/
|
||||
onNowPlayingItemDidChange(attributes: object): void {
|
||||
if (!this._store.lastfm.filterLoop){
|
||||
this._lastfm.cachedNowPlayingAttributes = false;
|
||||
this._lastfm.cachedAttributes = false}
|
||||
this.scrobbleSong(attributes)
|
||||
this.updateNowPlayingSong(attributes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue