Revert "Add CachedAsyncImage"

This reverts commit 50c77325f6.
This commit is contained in:
Arkadiusz Fal
2022-09-11 21:22:07 +02:00
parent b320ffb540
commit b94dc08b68
9 changed files with 7 additions and 56 deletions

View File

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