Fix thumbnails

This commit is contained in:
Arkadiusz Fal
2022-12-11 14:00:46 +01:00
parent 5e0f13cace
commit e3daa738ce
2 changed files with 9 additions and 28 deletions

View File

@@ -52,6 +52,7 @@ struct VideoCell: View {
.contextMenu {
VideoContextMenuView(video: video)
}
.id(video.videoID)
}
private var thumbnailRoundingCornerRadius: Double {