I understand it now

This commit is contained in:
scigward 2025-08-17 02:09:51 +03:00
parent 7dfddaeb84
commit f30fed17ec

View file

@ -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()