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

@@ -6827,6 +6827,17 @@
}
}
},
"player.previous" : {
"comment" : "Previous track button",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Previous"
}
}
}
},
"player.noDescription" : {
"comment" : "Shown when video has no description",
"localizations" : {