Fix track names
This commit is contained in:
parent
bab6302247
commit
98d8442b01
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export async function getTracks(url: string, lastReqRef: React.RefObject<number>
|
|||
: `https://downloads.khinsider.com${link.attr('href')}`
|
||||
|
||||
tracks.push({
|
||||
name: link.text().trim(),
|
||||
name: link.first().text().trim(),
|
||||
url: trackUrl,
|
||||
format: link.attr('href')!.toLowerCase().endsWith('.flac') ? 'flac' : 'mp3'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue