Files
seerr/server/api
fallenbagel 1e95c2e369 fix(discover): fix tv title sorting and validate sortBy per media type
The TV discover page's title sort sent `sort_by=original_title.*` to `/discover/tv`, which is a
movie-only value. TMDB silently ignores invalid `sort_by` parameters and returns its default
popularity order, so sorting series by title did nothing. Sort options are now split per media type
and validated at the route (previously any string was cast and forwarded unchecked), and TV title
sorting uses `original_name.*`.

fix #3304
2026-07-29 16:03:25 +08:00
..
2025-09-02 22:40:47 +02:00
2025-09-02 22:40:47 +02:00