mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix parsing playlist urls (with list parameter)
This commit is contained in:
@@ -147,7 +147,9 @@ struct Sidebar: View {
|
||||
}
|
||||
}
|
||||
|
||||
private func scrollScrollViewToItem(scrollView: ScrollViewProxy, for selection: TabSelection) {
|
||||
private func scrollScrollViewToItem(scrollView: ScrollViewProxy, for selection: TabSelection!) {
|
||||
guard let selection else { return }
|
||||
|
||||
if case .recentlyOpened = selection {
|
||||
scrollView.scrollTo("recentlyOpened")
|
||||
return
|
||||
|
Reference in New Issue
Block a user