mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
yeah @realdoomsboygaming fault
This commit is contained in:
parent
b95b909b0f
commit
53a9ff9f19
1 changed files with 5 additions and 2 deletions
|
|
@ -120,8 +120,11 @@ struct EpisodeCell: View {
|
|||
.onAppear {
|
||||
updateProgress()
|
||||
updateDownloadStatus()
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
||||
fetchEpisodeDetails()
|
||||
|
||||
if let type = module.metadata.type?.lowercased(), type == "anime" {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
||||
fetchAnimeEpisodeDetails()
|
||||
}
|
||||
}
|
||||
|
||||
if let totalEpisodes = totalEpisodes, episodeID + 1 < totalEpisodes {
|
||||
|
|
|
|||
Loading…
Reference in a new issue