calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

Missing chapters are not replaced with the new chapters of the same name #226

Closed Mithgol closed 8 years ago

Mithgol commented 8 years ago

I have the “Show Missing Chapters” checked in “Settings → General” and I've noticed that such missing chapters are not replaced when the new chapters appear to have the same name. They coexist.

The result looks like the following:

(screenshot)

It's not a big deal to have to delete such entries from the tables of contents manually. But it still looks like some bug and thus I decided to have it reported here.

Nandaka commented 8 years ago

Assuming this is the redlink=1 pages, I think I can add check when doing update check.

Mithgol commented 8 years ago

Yes, these hyperlinks were added to the contents by an edit that makes them quite likely to be redlink=1 initially.

It also means that the “Show Redlink page” setting is relevant (not “Show Missing Chapters” that I've mentioned initially). I have both of these settings switched on.

Mithgol commented 8 years ago

It works! Thanks.