Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-09-01 00:41:31 +02:00
parent 1e9a7406b9
commit a5b9afe350
13 changed files with 49 additions and 41 deletions

View File

@@ -38,7 +38,7 @@ struct ChannelPlaylistCell: View {
.foregroundColor(.secondary)
if #available(iOS 15, macOS 12, *) {
AsyncImage(url: playlist.thumbnailURL) { image in
AsyncImage(url: playlist.thumbnailURL) { image in
image
.resizable()
} placeholder: {