chore: Prettified Code

[ci skip]
This commit is contained in:
coredev-uk 2023-07-15 15:09:27 +00:00 committed by cider-chore[bot]
parent f8e16c546d
commit dfc75d0bcb
26 changed files with 306 additions and 134 deletions

View file

@ -135,7 +135,7 @@ export default class lastfm {
attributes.lfmAlbum = data;
callback(attributes);
}
}
},
);
} else {
this._lfm.track.getCorrection(attributes.primaryArtist, attributes.name, (err: any, data: any) => {