and git can go in the bin too

This commit is contained in:
Core 2022-02-17 03:07:58 +00:00
parent 4bed3ca783
commit 6001dc1a1e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -266,7 +266,7 @@ export default class LastFMPlugin {
* Runs on song change * Runs on song change
* @param attributes Music Attributes * @param attributes Music Attributes
*/ */
lfmItemChange(attributes: any): void { nowPlayingItemDidChangeLastFM(attributes: any): void {
attributes.status = true attributes.status = true
if (!this._store.lastfm.filterLoop) { if (!this._store.lastfm.filterLoop) {
this._lastfm.cachedNowPlayingAttributes = false; this._lastfm.cachedNowPlayingAttributes = false;