mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-21 14:26:35 +01:00
chore: cleanup (#1565)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user