yeah @realdoomsboygaming fault

This commit is contained in:
Francesco 2025-05-24 18:20:21 +02:00
parent b95b909b0f
commit 53a9ff9f19

View file

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