mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-29 17:20:30 +01:00
The TV option modal hardcoded the card size to scaleSize(160)/(75), ignoring the caller's cardWidth/cardHeight and never growing with the user's text-scale setting. With "Large" text, long values (e.g. a root-folder path) overflowed the fixed card and were truncated. Honor the provided cardWidth/cardHeight and multiply by the text scale (new useTVRelativeScale) so the card grows in step with the font. Claude-Session: https://claude.ai/code/session_016Hhu5DruGLPhdP4LAoy1Xd