Files
streamyfin/constants/Values.ts
Uruk ac8baa5909 refactor: restore shared POSTER_CAROUSEL_HEIGHT constant
The constant had been inlined as a duplicated local in two files and as a
magic 220 in two others. Restore a single source of truth in
constants/Values.ts.
2026-05-22 01:46:45 +02:00

3 lines
133 B
TypeScript

// Matches `w-28` poster cards (approx 112px wide, 10/15 aspect ratio) + 2 lines of text.
export const POSTER_CAROUSEL_HEIGHT = 220;