style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-27 15:42:30 +00:00 committed by github-actions[bot]
parent b7be5a6556
commit 121aa44fd1

View file

@ -253,7 +253,7 @@ export class ListenBrainzScrobbler {
const trackKey = `${track.artist.name}-${track.title}`;
if (!this.isEnabled() || this.lovingTracks.has(trackKey)) return;
this.lovingTracks.add(trackKey);
try {
const apiUrl = this.getApiUrl();
const mbids = await this._lookupMbids(track);