maybe its fixed now

This commit is contained in:
cranci1 2025-06-17 10:54:43 +02:00
parent 0fdbd3e452
commit c75c576641

View file

@ -667,6 +667,7 @@ struct DownloadedSection: View {
} }
} }
@MainActor
struct EnhancedActiveDownloadCard: View { struct EnhancedActiveDownloadCard: View {
let download: JSActiveDownload let download: JSActiveDownload
@State private var currentProgress: Double @State private var currentProgress: Double
@ -847,6 +848,7 @@ struct EnhancedActiveDownloadCard: View {
} }
} }
@MainActor
struct EnhancedDownloadGroupCard: View { struct EnhancedDownloadGroupCard: View {
let group: SimpleDownloadGroup let group: SimpleDownloadGroup
let onDelete: (DownloadedAsset) -> Void let onDelete: (DownloadedAsset) -> Void
@ -919,6 +921,7 @@ struct EnhancedDownloadGroupCard: View {
} }
} }
@MainActor
struct EnhancedShowEpisodesView: View { struct EnhancedShowEpisodesView: View {
let group: SimpleDownloadGroup let group: SimpleDownloadGroup
let onDelete: (DownloadedAsset) -> Void let onDelete: (DownloadedAsset) -> Void
@ -1146,6 +1149,7 @@ struct EnhancedShowEpisodesView: View {
} }
} }
@MainActor
struct EnhancedEpisodeRow: View { struct EnhancedEpisodeRow: View {
let asset: DownloadedAsset let asset: DownloadedAsset
let showDivider: Bool let showDivider: Bool