spacehamster
spacehamster
There is an issue with this line here https://github.com/ZXY101/mokuro-reader/blob/a9f7bca27c81fa553dd3bb7ed5c8bfbfe23b8ef7/src/lib/upload/index.ts#L151 If you attempt to upload volumes named `Volume 1` and `Volume 1.5`, the image path `Manga Title/Volume 1.5/Image.jpg` will match against...
There is an issue with this line nere https://github.com/ZXY101/mokuro-reader/blob/a9f7bca27c81fa553dd3bb7ed5c8bfbfe23b8ef7/src/lib/upload/index.ts#L56 If a file named "parent.directory/volume 01.mokuro" is uploaded, it will return "parent" as the volume path instead of the expected result...