mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
In some cases when using `-f` to create sub-directories from metadata, where the full slugified download filename and the non-slugified download directory happen to differ, the download would fail. This happens because the directory the track needs to be downloaded doesn't get created. With this, the download directory will now be derived from filename itself so that the sub-directory name always overlaps. Fixes #727.