From 316eba80fea59ecb96e19a1e18668db5a71caff9 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:51:59 +0200 Subject: [PATCH] fuck seiike --- Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index 54ec7ed..5511d98 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -124,11 +124,6 @@ struct EpisodeCell: View { } private func fetchEpisodeDetails() { - guard episodeID != 0 else { - isLoading = false - return - } - guard let url = URL(string: "https://api.ani.zip/mappings?anilist_id=\(itemID)") else { isLoading = false return