mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
Update MediaInfoView.swift
This commit is contained in:
parent
02f8f165a1
commit
46db2f5751
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue