mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 23:22:08 +00:00
Quick fix 3
This commit is contained in:
parent
f30fed17ec
commit
abe14278cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue