chore: cleanup (#1565)

This commit is contained in:
lance chant
2026-05-20 15:29:24 +02:00
committed by GitHub
parent a1c98f9285
commit e84cea6427
4 changed files with 15 additions and 31 deletions

View File

@@ -186,7 +186,7 @@ const page: React.FC = () => {
genres: selectedGenres,
tags: selectedTags,
years: selectedYears.map((year) => Number.parseInt(year, 10)),
includeItemTypes: ["Movie", "Series"],
includeItemTypes: ["Movie", "Series", "Season"],
});
return response.data || null;