diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index e7f71b1..27a0d4c 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -126,6 +126,8 @@ struct EpisodeCell: View { DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) { fetchAnimeEpisodeDetails() } + } else { + isLoading = false } if let totalEpisodes = totalEpisodes, episodeID + 1 < totalEpisodes {