mirror of https://github.com/Nezreka/SoulSync.git
Singles could not be saved as a flat file (e.g. "$artist - $title") because the frontend blocked any template without a "/" and the backend path builder treated an empty folder_path as falsy, falling through to the hardcoded nested-folder structure. Frontend: removed the must-include-slash validation for single templates only (album templates still require it). Backend: changed condition from `if folder_path and filename_base` to `if filename_base` so an empty folder_path is handled correctly as a flat drop into the transfer root.pull/301/head
parent
1071b2ebe5
commit
3db00ca7ef
Loading…
Reference in new issue