mirror of
https://github.com/agregarr/agregarr.git
synced 2026-03-30 00:02:40 +08:00
originallyAvailableAt on type=2 (shows) returns the show's premiere date, not the latest episode's air date. A show like The Rookie (premiered 2018) wouldn't appear even with new episodes airing. Changed to episode.originallyAvailableAt:desc which sorts shows by their most recent episode's air date. Fixes #442 Co-authored-by: bitr8 <bitr8@users.noreply.github.com>