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. |
||
|---|---|---|
| .. | ||
| static | ||
| index.html | ||