From 92f04af1152fb852b4c91758e2da483e79bd8488 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 28 Jan 2025 18:23:39 -0400 Subject: client: image-overlay: fix failing w/o any thumbs --- src/static/js/client/image-overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/client/image-overlay.js b/src/static/js/client/image-overlay.js index b51d57a4..1e0ebd75 100644 --- a/src/static/js/client/image-overlay.js +++ b/src/static/js/client/image-overlay.js @@ -170,7 +170,7 @@ function getImageSources(details) { }; } else { return { - mainSrc: originalSrc, + mainSrc: details.originalSrc, thumbSrc: null, mainThumb: '', thumbThumb: '', -- cgit 1.3.0-6-gf8a5