getmango / Mango

Mango is a self-hosted manga server and web reader
https://getmango.app
MIT License
1.69k stars 120 forks source link

Fix bug on scanning #258

Closed Leeingnyo closed 2 years ago

Leeingnyo commented 2 years ago

Resolves #257

Mango think some titles removed but they are actually not. They are found in other directory. Since they are checked as 'deleted', Mango removed them from title_hash after scan job over and mark them unavailable.

After make new titles or entries, cancel the reserved jobs for them if there are.

hkalexling commented 2 years ago

Thanks for the PR! LGTM, and I fixed the minor styling issue.