Revert "maybe its fixed now"

This reverts commit c75c576641.
This commit is contained in:
cranci1 2025-06-17 11:06:59 +02:00
parent c75c576641
commit 0af3176166

View file

@ -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