Add track downloading functionality and improve error handling

This commit is contained in:
wont-stream 2025-04-17 01:07:38 -04:00
parent 43667b79f0
commit 80d73027a6
2 changed files with 27 additions and 3 deletions

View file

@ -113,8 +113,6 @@ export default class {
],
}
console.log(track)
return FlacStreamTagger.fromBuffer(Buffer.from(audioBuffer), {
tagMap: {
title: track.title,