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:
parent
c35d4f9184
commit
ed941904a6
5 changed files with 29 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"live": "live",
|
||||
"upcoming": "demnächst",
|
||||
"watchedUnmark": "Angesehen — zum Aufheben klicken",
|
||||
"markWatched": "Als angesehen markieren",
|
||||
"savedRemove": "Gespeichert — zum Entfernen klicken",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue