[PR #9351] Fix EqualsAny condition check for int and double #12076

Closed
opened 2026-02-07 06:49:35 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9351

State: closed
Merged: Yes


Currently EqualsAny is not implemented for double and the implementation for int does not work as it should (see #9350)

Changes
Split the conditional string value, parse the substrings into a int/double and check if one of them is equal to the current value.

Issues
Fixes #9350

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9351 **State:** closed **Merged:** Yes --- Currently `EqualsAny` is not implemented for `double` and the implementation for `int` does not work as it should (see #9350) **Changes** Split the conditional string value, parse the substrings into a int/double and check if one of them is equal to the current value. **Issues** Fixes #9350
OVERLORD added the pull-request label 2026-02-07 06:49:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12076