mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 23:52:09 +00:00
fixed episode cell crash maybe?
This commit is contained in:
parent
c95a0f39e8
commit
4d9f9ac28f
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ struct EpisodeCell: View {
|
|||
updateProgress()
|
||||
}
|
||||
.onTapGesture {
|
||||
onTap(episodeImageUrl)
|
||||
let imageUrl = episodeImageUrl.isEmpty ? "https://raw.githubusercontent.com/cranci1/Sora/refs/heads/main/assets/banner2.png" : episodeImageUrl
|
||||
onTap(imageUrl)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue