Sorrow446 / Yandex-Music-Downloader

Yandex Music (Яндекс Музыка) downloader written in Rust with lossless support.
MIT License
17 stars 0 forks source link

Small problem when downloading a track only URL from disked albums #16

Closed Sorrow446 closed 1 month ago

Sorrow446 commented 1 month ago

If the user's chosen track is in any other disk than the first one, the tool will still retain the other tracks in the second disk and upwards.

Put this retain in a loop to have it apply to every disk. https://github.com/Sorrow446/Yandex-Music-Downloader/blob/main/src/main.rs#L490