mirror of
https://github.com/yattee/yattee.git
synced 2026-01-02 18:02:31 +00:00
Fix thumbnails sizes
This commit is contained in:
@@ -31,7 +31,7 @@ struct VideoDetailsView: View {
|
||||
VStack(alignment: .center) {
|
||||
ZStack(alignment: .bottom) {
|
||||
Group {
|
||||
if let thumbnail = video.thumbnailURL(quality: "maxres") {
|
||||
if let thumbnail = video.thumbnailURL(quality: .maxres) {
|
||||
// to replace with AsyncImage when it is fixed with lazy views
|
||||
URLImage(thumbnail) { image in
|
||||
image
|
||||
|
||||
Reference in New Issue
Block a user