mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 02:17:46 +00:00
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:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user