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:
parent
2f66196816
commit
bd085fc88f
5 changed files with 99 additions and 43 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
"loading": "Loading…",
|
||||
"backToOriginal": "Back to the original video",
|
||||
"back": "Back",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"close": "Close",
|
||||
"closeEsc": "Close (Esc)",
|
||||
"description": "Description",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
"loading": "Betöltés…",
|
||||
"backToOriginal": "Vissza az eredeti videóhoz",
|
||||
"back": "Vissza",
|
||||
"previous": "Előző",
|
||||
"next": "Következő",
|
||||
"close": "Bezárás",
|
||||
"closeEsc": "Bezárás (Esc)",
|
||||
"description": "Leírás",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue