feat(card): show LIVE/upcoming badge where duration is absent

Live streams and upcoming/premiere videos have no fixed duration, so the
playlist row and video card left a blank where the runtime usually sits.
Show a LIVE (red) or upcoming badge instead, so it's clear the missing
time is by design, not a sync gap.
This commit is contained in:
npeter83 2026-06-16 09:36:51 +02:00
parent c35d4f9184
commit ed941904a6
5 changed files with 29 additions and 4 deletions

View file

@ -1,4 +1,6 @@
{
"live": "live",
"upcoming": "upcoming",
"watchedUnmark": "Watched — click to unmark",
"markWatched": "Mark watched",
"savedRemove": "Saved — click to remove",