KJHJason / Cultured-Downloader

A project to automate the process of downloading images and other attachment files from platforms like Fantia and more!
GNU General Public License v3.0
69 stars 7 forks source link

Ugoira quality defaults to 0 #218

Closed KJHJason closed 4 months ago

KJHJason commented 4 months ago

Ugoira quality field defaults to 0 despite being saved as a different value in data.json.

Shouldn't be caused by Frontend.

Writing this issue for logging purposes.

KJHJason commented 4 months ago

It turns out it's due to how integers are deserialised and loaded into memory. It is deserialised as a float64 type and has been fixed in https://github.com/KJHJason/Cultured-Downloader/commit/038b6ad12056da0b428c3d81400fc8501f641a15