style: auto-fix linting issues
This commit is contained in:
parent
b7be5a6556
commit
121aa44fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export class ListenBrainzScrobbler {
|
||||||
const trackKey = `${track.artist.name}-${track.title}`;
|
const trackKey = `${track.artist.name}-${track.title}`;
|
||||||
if (!this.isEnabled() || this.lovingTracks.has(trackKey)) return;
|
if (!this.isEnabled() || this.lovingTracks.has(trackKey)) return;
|
||||||
this.lovingTracks.add(trackKey);
|
this.lovingTracks.add(trackKey);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const apiUrl = this.getApiUrl();
|
const apiUrl = this.getApiUrl();
|
||||||
const mbids = await this._lookupMbids(track);
|
const mbids = await this._lookupMbids(track);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue