Quick fix 3

This commit is contained in:
scigward 2025-08-17 02:14:08 +03:00
parent f30fed17ec
commit abe14278cb

View file

@ -859,7 +859,7 @@ struct MediaInfoView: View {
.sheet(isPresented: $isMatchingPresented) {
AnilistMatchPopupView(seriesTitle: title) { id, title, malId in
handleAniListMatch(selectedID: id)
matchedTitle = matched
matchedTitle = title
fetchMetadataIDIfNeeded()
}
}