fuck seiike
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
Francesco 2025-04-09 14:51:59 +02:00
parent 6245c812af
commit 316eba80fe

View file

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