mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
😭
This commit is contained in:
parent
ef4b18f622
commit
a271858f77
3 changed files with 1 additions and 8 deletions
|
|
@ -1280,18 +1280,12 @@ struct MediaInfoView: View {
|
|||
self.tmdbType = type
|
||||
tmdbSuccess = true
|
||||
Logger.shared.log("Successfully fetched TMDB ID: \(id) (type: \(type.rawValue))", type: "Debug")
|
||||
|
||||
if self.activeProvider != "TMDB" {
|
||||
self.fetchTMDBPosterImageAndSet()
|
||||
}
|
||||
} else {
|
||||
Logger.shared.log("Failed to fetch TMDB ID", type: "Debug")
|
||||
}
|
||||
checkCompletion()
|
||||
}
|
||||
}
|
||||
|
||||
fetchAniListIDForSync()
|
||||
}
|
||||
|
||||
private func fetchItemID(byTitle title: String, completion: @escaping (Result<Int, Error>) -> Void) {
|
||||
|
|
|
|||
|
|
@ -362,4 +362,3 @@ struct SettingsViewData: View {
|
|||
return formatter.string(fromByteCount: bytes)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ struct SettingsView: View {
|
|||
Divider().padding(.horizontal, 16)
|
||||
|
||||
NavigationLink(destination: SettingsViewDownloads()) {
|
||||
SettingsNavigationRow(icon: "arrow.down.circle", titleKey: "Download")
|
||||
SettingsNavigationRow(icon: "arrow.down.circle", titleKey: "Downloads")
|
||||
}
|
||||
Divider().padding(.horizontal, 16)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue