feat(playlists): queue playback in the player (auto-advance + prev/next)

PlayerModal now accepts an optional queue + startIndex. The active item drives the
player; it recreates per item (reusing the single-video resume / auto-watch / progress
logic), auto-advances to the next item when one ends, and shows Previous / Next controls
with an N / M indicator. The Playlists page passes the playlist as the queue from Play all
or a clicked row. Trilingual previous/next strings.
This commit is contained in:
npeter83 2026-06-15 16:11:37 +02:00
parent dea740b728
commit 4689d2cbbd
5 changed files with 99 additions and 43 deletions

View file

@ -2,6 +2,8 @@
"loading": "Wird geladen…",
"backToOriginal": "Zurück zum ursprünglichen Video",
"back": "Zurück",
"previous": "Vorheriges",
"next": "Nächstes",
"close": "Schließen",
"closeEsc": "Schließen (Esc)",
"description": "Beschreibung",