mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
removed double bs for id telling (#186)
This commit is contained in:
parent
525771927c
commit
706a448698
1 changed files with 0 additions and 4 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue