diff --git a/js/api.js b/js/api.js index 1539758..51b5ffa 100644 --- a/js/api.js +++ b/js/api.js @@ -520,7 +520,7 @@ export class LosslessAPI { const [primaryResponse, contentResponse] = await Promise.all([ this.fetchWithRetry(`/artist/?id=${artistId}`), - this.fetchWithRetry(`/artist/?f=${artistId}`) + this.fetchWithRetry(`/artist/?f=${artistId}&skip_tracks=true`) ]); const primaryJsonData = await primaryResponse.json();