mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
fixed @50n50 beautiful crash
This commit is contained in:
parent
bee5a31755
commit
c74a4e736e
1 changed files with 2 additions and 3 deletions
|
|
@ -38,9 +38,8 @@ struct SearchResultsGrid: View {
|
|||
ForEach(items) { item in
|
||||
NavigationLink(destination:
|
||||
MediaInfoView(title: item.title, imageUrl: item.imageUrl, href: item.href, module: selectedModule)
|
||||
.onDisappear {
|
||||
|
||||
}
|
||||
.environmentObject(moduleManager)
|
||||
.environmentObject(libraryManager)
|
||||
) {
|
||||
ZStack {
|
||||
LazyImage(url: URL(string: item.imageUrl)) { state in
|
||||
|
|
|
|||
Loading…
Reference in a new issue