From 10cdedcf5d6e35c0a5928d0e92761832f699b099 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 23 Jun 2021 10:34:20 +0800 Subject: [PATCH] fix(webui): don't reload card thumbnail if one was successfully loaded --- komga-webui/src/components/ItemCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index c793519cb..cb3938b93 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -14,6 +14,7 @@ aspect-ratio="0.7071" contain @error="thumbnailError = true" + @load="thumbnailError = false" >