mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Improve URL handling
This commit is contained in:
@@ -322,9 +322,7 @@ struct SearchView: View {
|
||||
channel,
|
||||
player: player,
|
||||
recents: recents,
|
||||
navigation: navigation,
|
||||
navigationStyle: navigationStyle,
|
||||
delay: false
|
||||
navigation: navigation
|
||||
)
|
||||
case .playlist:
|
||||
guard let playlist = item.playlist else {
|
||||
@@ -335,9 +333,7 @@ struct SearchView: View {
|
||||
playlist,
|
||||
player: player,
|
||||
recents: recents,
|
||||
navigation: navigation,
|
||||
navigationStyle: navigationStyle,
|
||||
delay: false
|
||||
navigation: navigation
|
||||
)
|
||||
}
|
||||
} label: {
|
||||
|
Reference in New Issue
Block a user