diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index 66155ba..f2920de 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -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) -> Void) { diff --git a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewData.swift b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewData.swift index 13c7685..8b33b11 100644 --- a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewData.swift +++ b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewData.swift @@ -362,4 +362,3 @@ struct SettingsViewData: View { return formatter.string(fromByteCount: bytes) } } - diff --git a/Sora/Views/SettingsView/SettingsView.swift b/Sora/Views/SettingsView/SettingsView.swift index f9be26d..722ebef 100644 --- a/Sora/Views/SettingsView/SettingsView.swift +++ b/Sora/Views/SettingsView/SettingsView.swift @@ -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)