Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only last volume of manga is uploaded if parent folder contains a '.' character #33

Open
spacehamster opened this issue Sep 18, 2024 · 0 comments

Comments

@spacehamster
Copy link

spacehamster commented Sep 18, 2024

There is an issue with this line nere

path = webkitRelativePath.split('.')[0]

If a file named "parent.directory/volume 01.mokuro" is uploaded, it will return "parent" as the volume path instead of the expected result of "parent.directory/volume 01". This results in subsequent volumes overwriting previous volumes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant