mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 04:04:07 +00:00
Watch Now section, horizontal cells
This commit is contained in:
@@ -12,6 +12,10 @@ struct TVNavigationView: View {
|
||||
|
||||
var body: some View {
|
||||
TabView(selection: $navigationState.tabSelection) {
|
||||
WatchNowView()
|
||||
.tabItem { Text("Watch Now") }
|
||||
.tag(TabSelection.watchNow)
|
||||
|
||||
SubscriptionsView()
|
||||
.tabItem { Text("Subscriptions") }
|
||||
.tag(TabSelection.subscriptions)
|
||||
|
Reference in New Issue
Block a user