Reorder tvOS player controls and add Previous button

Close button is now the rightmost action (after Queue), matching the
user-requested layout. A Previous button sits before Next and appears
whenever a queue is present, disabled until history accumulates.
This commit is contained in:
Arkadiusz Fal
2026-04-15 04:14:46 +02:00
parent 29782035f7
commit f2c2a86d47
3 changed files with 47 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ enum TVPlayerFocusTarget: Hashable {
case infoButton
case commentsButton
case debugButton
case playPrevious
case playNext
case closeButton
case queueButton