mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-27 20:40:12 +00:00
4856b3f3b2
- yt-dlp downloads video and audio streams sequentially, causing the progress bar to reset when switching streams. - The status message was previously hardcoded to 'Downloading Media' and overwrote track change indicators. - Now, when yt-dlp starts a new stream, the status message clearly reads 'Downloading Video Track', 'Downloading Audio Track', etc., explaining the progress reset to the user.