From 0af317616612243a1721e1027b97294929f9b8df Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:06:59 +0200 Subject: [PATCH] Revert "maybe its fixed now" This reverts commit c75c57664150d03025387fe8b8b7fb42e7191098. --- Sora/Views/DownloadView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sora/Views/DownloadView.swift b/Sora/Views/DownloadView.swift index dd618d0..020603c 100644 --- a/Sora/Views/DownloadView.swift +++ b/Sora/Views/DownloadView.swift @@ -667,7 +667,6 @@ struct DownloadedSection: View { } } -@MainActor struct EnhancedActiveDownloadCard: View { let download: JSActiveDownload @State private var currentProgress: Double @@ -848,7 +847,6 @@ struct EnhancedActiveDownloadCard: View { } } -@MainActor struct EnhancedDownloadGroupCard: View { let group: SimpleDownloadGroup let onDelete: (DownloadedAsset) -> Void @@ -921,7 +919,6 @@ struct EnhancedDownloadGroupCard: View { } } -@MainActor struct EnhancedShowEpisodesView: View { let group: SimpleDownloadGroup let onDelete: (DownloadedAsset) -> Void @@ -1149,7 +1146,6 @@ struct EnhancedShowEpisodesView: View { } } -@MainActor struct EnhancedEpisodeRow: View { let asset: DownloadedAsset let showDivider: Bool