mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-05 00:59:55 +00:00
Hope
This commit is contained in:
parent
889cb5e63d
commit
7040dbb288
1 changed files with 3 additions and 0 deletions
|
|
@ -1646,6 +1646,9 @@ struct MediaInfoView: View {
|
|||
self.itemID = id
|
||||
aniListSuccess = true
|
||||
Logger.shared.log("Successfully fetched AniList ID: \(id)", type: "Debug")
|
||||
fetchMalIDFromAniList(anilistID: id) { fetchedMalID in
|
||||
self.matchedMalID = fetchedMalID
|
||||
}
|
||||
case .failure(let error):
|
||||
Logger.shared.log("Failed to fetch AniList ID: \(error)", type: "Debug")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue