TheNetsky / community-extensions

A repo with community made Paperback sources.
https://thenetsky.github.io/community-extensions/0.8
GNU General Public License v3.0
13 stars 31 forks source link

NHentai homepage section IDs incorrectly defined #6

Closed yetiam-on-git closed 1 year ago

yetiam-on-git commented 1 year ago

In the source for nhentai, the homepage section IDs are generated in getHomePageSections using outdated terms. id: 'new' should be id: 'date', 'popularToday' should be 'popular-today', 'popularWeekly' should be 'popular-week', and 'popularAlltime' should be 'popular'. The homepage is still generated correctly (separately), but the getMoreViewItems function does not sort properly and defaults to sorting by date in every section. Simple bug, simple fix 👍

TheNetsky commented 1 year ago

Fixed