From a271858f77b7737b250a9fc32e6a0766ee49ff50 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Sun, 15 Jun 2025 10:26:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sora/Views/MediaInfoView/MediaInfoView.swift | 6 ------ .../SettingsView/SettingsSubViews/SettingsViewData.swift | 1 - Sora/Views/SettingsView/SettingsView.swift | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) 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)