mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
fixed isFetchingEpisode
This commit is contained in:
parent
7c5e116b4c
commit
9bc58fd763
1 changed files with 1 additions and 1 deletions
|
|
@ -449,6 +449,7 @@ struct MediaInfoView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
isFetchingEpisode = false
|
||||
}
|
||||
|
||||
func handleStreamFailure(error: Error? = nil) {
|
||||
|
|
@ -458,7 +459,6 @@ struct MediaInfoView: View {
|
|||
DropManager.shared.showDrop(title: "Stream not Found", subtitle: "", duration: 1.0, icon: UIImage(systemName: "xmark"))
|
||||
|
||||
UINotificationFeedbackGenerator().notificationOccurred(.error)
|
||||
self.isFetchingEpisode = false
|
||||
self.isLoading = false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue