Fix favorites view redrawing

This commit is contained in:
Arkadiusz Fal
2021-11-05 23:44:52 +01:00
parent ef9143263f
commit 9a4e404389
5 changed files with 75 additions and 71 deletions

View File

@@ -267,7 +267,7 @@ struct VideoCell: View {
}
.retryOnAppear(false)
.onFailure { _ in
thumbnails.insertUnloadable(url)
thumbnails.insertUnloadable(url)
}
.indicator(.activity)