mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
maybe its fixed now
This commit is contained in:
parent
0fdbd3e452
commit
c75c576641
1 changed files with 4 additions and 0 deletions
|
|
@ -667,6 +667,7 @@ struct DownloadedSection: View {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
struct EnhancedActiveDownloadCard: View {
|
||||
let download: JSActiveDownload
|
||||
@State private var currentProgress: Double
|
||||
|
|
@ -847,6 +848,7 @@ struct EnhancedActiveDownloadCard: View {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
struct EnhancedDownloadGroupCard: View {
|
||||
let group: SimpleDownloadGroup
|
||||
let onDelete: (DownloadedAsset) -> Void
|
||||
|
|
@ -919,6 +921,7 @@ struct EnhancedDownloadGroupCard: View {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
struct EnhancedShowEpisodesView: View {
|
||||
let group: SimpleDownloadGroup
|
||||
let onDelete: (DownloadedAsset) -> Void
|
||||
|
|
@ -1146,6 +1149,7 @@ struct EnhancedShowEpisodesView: View {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
struct EnhancedEpisodeRow: View {
|
||||
let asset: DownloadedAsset
|
||||
let showDivider: Bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue