mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Minor fixes
This commit is contained in:
@@ -23,19 +23,19 @@ struct TVNavigationView: View {
|
||||
.tabItem { Text("Subscriptions") }
|
||||
.tag(TabSelection.subscriptions)
|
||||
}
|
||||
|
||||
|
||||
if visibleSections.contains(.popular), accounts.app.supportsPopular {
|
||||
LazyView(PopularView())
|
||||
.tabItem { Text("Popular") }
|
||||
.tag(TabSelection.popular)
|
||||
}
|
||||
|
||||
|
||||
if visibleSections.contains(.trending) {
|
||||
LazyView(TrendingView())
|
||||
.tabItem { Text("Trending") }
|
||||
.tag(TabSelection.trending)
|
||||
}
|
||||
|
||||
|
||||
if visibleSections.contains(.playlists), accounts.app.supportsUserPlaylists, accounts.signedIn {
|
||||
LazyView(PlaylistsView())
|
||||
.tabItem { Text("Playlists") }
|
||||
|
Reference in New Issue
Block a user