From 010147306715638252a88ef8a22aa16e672754aa Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 8 Sep 2021 12:10:41 +0800 Subject: [PATCH] fix(webui): series card thumbnail flicker when new book thumbnails are added --- komga-webui/src/types/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga-webui/src/types/events.ts b/komga-webui/src/types/events.ts index 015ea1e60..5fddcd79f 100644 --- a/komga-webui/src/types/events.ts +++ b/komga-webui/src/types/events.ts @@ -25,7 +25,7 @@ export const READPROGRESS_SERIES_CHANGED = 'readprogress-series-changed' export const READPROGRESS_SERIES_DELETED = 'readprogress-series-deleted' export const THUMBNAILBOOK_ADDED = 'thumbnailbook-added' -export const THUMBNAILSERIES_ADDED = 'thumbnailbook-added' +export const THUMBNAILSERIES_ADDED = 'thumbnailseries-added' export const ERROR = 'error'