mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Retry loading thumbnails
This commit is contained in:
@@ -272,7 +272,7 @@ struct VideoCell: View {
|
||||
.placeholder {
|
||||
Rectangle().fill(Color("PlaceholderColor"))
|
||||
}
|
||||
.retryOnAppear(false)
|
||||
.retryOnAppear(true)
|
||||
.onFailure { _ in
|
||||
thumbnails.insertUnloadable(url)
|
||||
}
|
||||
|
Reference in New Issue
Block a user