mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-05 17:20:08 +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()
|
||||
}
|
||||
.sheet(isPresented: $isMatchingPresented) {
|
||||
AnilistMatchPopupView(seriesTitle: title) { id, matched in
|
||||
AnilistMatchPopupView(seriesTitle: title) { id, title, malId in
|
||||
handleAniListMatch(selectedID: id)
|
||||
matchedTitle = matched
|
||||
fetchMetadataIDIfNeeded()
|
||||
|
|
|
|||
Loading…
Reference in a new issue