mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-22 06:46:46 +01:00
releaseYear and mediaType are typed as required but can be undefined or NaN at runtime, so .toString() could throw inside the onPress handler. Coerce every value with String(... ?? fallback).