Skip to content

Conversation

@Collin-Swish
Copy link

Summary

In the renderFilters function the query and api result years are passed into the lodash union function to be de-duplicated. Previously the api result was passed in as an array of integers while the query a split comma separated string. Because the lodash union function performs strict comparisons we should ensure that all values passed in are of the same type. This change converts the list of integer years into a list of string years.

Changes

  • Convert api result years into strings.

Issues
Fixes #7361

@Collin-Swish Collin-Swish requested a review from a team as a code owner November 28, 2025 19:39
@jellyfin-bot
Copy link
Collaborator

jellyfin-bot commented Nov 28, 2025

Cloudflare Pages deployment

Latest commit 41ccf38
Status ✅ Deployed!
Preview URL https://6be9ab94.jellyfin-web.pages.dev
Type 🔀 Preview

View build logs

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter movie by year cause double entry in the filter year

2 participants