This commit is contained in:
Arkadiusz Fal
2022-06-30 10:05:32 +02:00
parent 485e1b060e
commit 117c4fc9b6
10 changed files with 58 additions and 25 deletions

View File

@@ -322,7 +322,8 @@ struct SearchView: View {
channel,
player: player,
recents: recents,
navigation: navigation
navigation: navigation,
navigationStyle: navigationStyle
)
case .playlist:
guard let playlist = item.playlist else {
@@ -333,7 +334,8 @@ struct SearchView: View {
playlist,
player: player,
recents: recents,
navigation: navigation
navigation: navigation,
navigationStyle: navigationStyle
)
}
} label: {