mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-23 07:16:36 +01:00
chore: cleanup
Cleaning up some old console logs Fixed the collection view to include seasons to align with the server view Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
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