Always use WebImage with Piped

This commit is contained in:
Arkadiusz Fal 2022-12-22 19:37:05 +01:00
parent 04b4659cf7
commit 71a3d54201

View File

@ -25,7 +25,7 @@ struct ThumbnailView: View {
}
@ViewBuilder var viewForThumbnailExtension: some View {
if thumbnailExtension != nil {
if AccountsModel.shared.app != .piped, thumbnailExtension != nil {
if thumbnailExtension == "webp" {
webImage
} else {