TheBeastLT / stremio-kitsu-anime

Unofficial Kitsu anime catalog for Stremio platform
Apache License 2.0
14 stars 4 forks source link

kitsu-anime-list : Descending Sort #2

Closed heavy-baby closed 3 years ago

heavy-baby commented 4 years ago

'Kitsu' catalog always shows old series at first. Please consider latest anime series at the top.

const sortValue = {
    'kitsu-anime-list': 'createdAt', **<== THIS POINT**
    'kitsu-anime-rating': '-average_rating',
    'kitsu-anime-popular': '-user_count'
};
TheBeastLT commented 4 years ago

That's expected, as it's the main list it's sorted by entry's creation date. You can use trending catalog to see newer animes.