fix: sanitize "/" in comic titles to prevent nested directory creation #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a comic title contains a forward slash (e.g. "Batman/Static Beyond 001"), it is not sanitized before being used as a filesystem path. This causes the library to create nested directories instead of a single folder.
Steps to reproduce:
Expected output:
Actual output:
Fix: Strip or replace
/(and any other path-unsafe characters) when constructing the title-derived directory and filename.