From e0943b84d2d8476c2484a5aeb7efa17add7c3fec Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sat, 10 May 2025 16:26:23 +0200 Subject: [PATCH] fixed issues --- Sora/Views/MediaInfoView/MediaInfoView.swift | 6 +++--- Sulfur.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index 7f8b92b..9d4b525 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -672,8 +672,8 @@ struct MediaInfoView: View { func showStreamSelectionAlert(streams: [Any], fullURL: String, subtitles: String? = nil) { self.isFetchingEpisode = false self.showLoadingAlert = false - print("MULTIPLE STREAMS \(streams)") - DispatchQueue.main.async { + + DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { let alert = UIAlertController(title: "Select Server", message: "Choose a server to play from", preferredStyle: .actionSheet) var index = 0 @@ -757,7 +757,7 @@ struct MediaInfoView: View { self.isFetchingEpisode = false self.showLoadingAlert = false - DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { + DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { let externalPlayer = UserDefaults.standard.string(forKey: "externalPlayer") ?? "Sora" var scheme: String? diff --git a/Sulfur.xcodeproj/project.pbxproj b/Sulfur.xcodeproj/project.pbxproj index 2a8e32a..39c37c4 100644 --- a/Sulfur.xcodeproj/project.pbxproj +++ b/Sulfur.xcodeproj/project.pbxproj @@ -741,7 +741,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.2.2; + MARKETING_VERSION = 0.2.3; PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -784,7 +784,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.2.2; + MARKETING_VERSION = 0.2.3; PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";