mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 02:17:46 +00:00
Add channel video search on tvOS
Surface the existing in-channel search feature on tvOS as a final tab after Playlists. Selecting it reveals a search field and results area below the tab row, reusing the same API and result views as iOS/macOS.
This commit is contained in:
@@ -8359,6 +8359,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"search.title" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Search"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"search.type.all" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
@@ -14212,17 +14222,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar.mainItem.playlists" : {
|
||||
"comment" : "Sidebar main navigation item for playlists",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Playlists"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar.mainItem.downloads" : {
|
||||
"comment" : "Sidebar main navigation item for downloads",
|
||||
"localizations" : {
|
||||
@@ -14267,6 +14266,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar.mainItem.playlists" : {
|
||||
"comment" : "Sidebar main navigation item for playlists",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Playlists"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar.mainItem.remoteControl" : {
|
||||
"comment" : "Sidebar main navigation item for remote control",
|
||||
"localizations" : {
|
||||
|
||||
Reference in New Issue
Block a user