sbondCo / Watcharr

Open source, self-hostable watched list for all your content (movies, tv series, anime, games) with user authentication, modern and clean UI and a very simple setup.
https://watcharr.app
MIT License
537 stars 22 forks source link

Preload last season viewed #609

Closed IRHM closed 3 months ago

IRHM commented 3 months ago

Changes made

Added extra logic to the season details request route. If a watchedId is passed, the season number requested will update a last_viewed_season property for the watched entry, this value is then used for preloading the last clicked season whenever the specific show is loaded again.

Closes #602 (with this discussed alt solution)