mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-22 14:56:38 +01:00
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.
3 lines
133 B
TypeScript
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;
|