mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-19 16:21:49 +00:00
parent
c75c576641
commit
0af3176166
1 changed files with 0 additions and 4 deletions
|
|
@ -667,7 +667,6 @@ 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
|
||||||
|
|
@ -848,7 +847,6 @@ struct EnhancedActiveDownloadCard: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@MainActor
|
|
||||||
struct EnhancedDownloadGroupCard: View {
|
struct EnhancedDownloadGroupCard: View {
|
||||||
let group: SimpleDownloadGroup
|
let group: SimpleDownloadGroup
|
||||||
let onDelete: (DownloadedAsset) -> Void
|
let onDelete: (DownloadedAsset) -> Void
|
||||||
|
|
@ -921,7 +919,6 @@ struct EnhancedDownloadGroupCard: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@MainActor
|
|
||||||
struct EnhancedShowEpisodesView: View {
|
struct EnhancedShowEpisodesView: View {
|
||||||
let group: SimpleDownloadGroup
|
let group: SimpleDownloadGroup
|
||||||
let onDelete: (DownloadedAsset) -> Void
|
let onDelete: (DownloadedAsset) -> Void
|
||||||
|
|
@ -1149,7 +1146,6 @@ struct EnhancedShowEpisodesView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@MainActor
|
|
||||||
struct EnhancedEpisodeRow: View {
|
struct EnhancedEpisodeRow: View {
|
||||||
let asset: DownloadedAsset
|
let asset: DownloadedAsset
|
||||||
let showDivider: Bool
|
let showDivider: Bool
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue