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 Defaults
import Foundation
import SDWebImageSwiftUI
@@ -223,7 +222,7 @@ struct PlayerControls: View {
let url = thumbnails.best(video)
{
if #available(iOS 15, macOS 12, *) {
CachedAsyncImage(url: url) { image in
AsyncImage(url: url) { image in
image
.resizable()
} placeholder: {