and git can go in the bin too
This commit is contained in:
parent
4bed3ca783
commit
6001dc1a1e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue