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.
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.
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)