From f30fed17ec0d67647d39cb02c432406063979110 Mon Sep 17 00:00:00 2001 From: scigward Date: Sun, 17 Aug 2025 02:09:51 +0300 Subject: [PATCH] I understand it now --- Sora/Views/MediaInfoView/MediaInfoView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index 53f2275..5f606f3 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -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()