* Comix init
* Add genre, author and artist parsing
* add search and filters
* hardcode genres and themes
* Add the ability to retrieve chapter pages (#1)
Co-authored-by: EgoMaw <dev@egomaw.net>
* Add a pref for deduplicating chapters, cleanup code
* fix api path
* apparently sometimes the synopsis can be null, or an empty string
* changes according to feedback
* fix pagination, and dont call func inside map when not needed
* Fix chapter list parsing ignoring first page and remove unused fields from DTOs
* dont use custom Json instance
---------
Co-authored-by: Hiirbaf <42479509+Hiirbaf@users.noreply.github.com>