Quote:
Originally Posted by davidfor
But, he also needs to consider the reading status of the book. This is stored in the database for the book.
- Unread - ReadStatus=0 - Open to first TOC entry
- Reading - ReadStatus=1 - Open using reading position stored in database
- Finished - ReadStatus=2 - Open to first page of the book.
That is why I suggested looking at the path for opening a finished book. As there is already an execution path that will do what is desired, finding a way to use that would solve the problem.
|
That is exactly what I passed on to Metazoa, that the Unread books should be treated as Finished, while behavior for Reading should remain the same.