Update MediaInfoView.swift

This commit is contained in:
Seiike 2025-06-12 20:06:40 +02:00
parent 02f8f165a1
commit 46db2f5751

View file

@ -681,7 +681,11 @@ struct MediaInfoView: View {
Divider()
}
// AniList branch: match, show ID, reset & open
Text("Matched ID: \(itemID ?? 0)")
.font(.caption2)
.foregroundColor(.secondary)
if activeProvider == "AniList" {
Button("Match with AniList") {
isMatchingPresented = true