mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-01 21:24:33 +00:00
I understand it now
This commit is contained in:
parent
7dfddaeb84
commit
f30fed17ec
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ struct MediaInfoView: View {
|
||||||
.circularGradientOutline()
|
.circularGradientOutline()
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $isMatchingPresented) {
|
.sheet(isPresented: $isMatchingPresented) {
|
||||||
AnilistMatchPopupView(seriesTitle: title) { id, matched in
|
AnilistMatchPopupView(seriesTitle: title) { id, title, malId in
|
||||||
handleAniListMatch(selectedID: id)
|
handleAniListMatch(selectedID: id)
|
||||||
matchedTitle = matched
|
matchedTitle = matched
|
||||||
fetchMetadataIDIfNeeded()
|
fetchMetadataIDIfNeeded()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue