removed double bs for id telling (#186)

This commit is contained in:
Seiike 2025-06-13 09:08:03 +02:00 committed by GitHub
parent 525771927c
commit 706a448698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -689,10 +689,6 @@ struct MediaInfoView: View {
Button("Match with AniList") {
isMatchingPresented = true
}
Text("Matched ID: \(itemID ?? 0)")
.font(.caption2)
.foregroundColor(.secondary)
Button(action: { resetAniListID() }) {
Label("Reset AniList ID", systemImage: "arrow.clockwise")
}