From a1c827af7dd988af50369127618368e1c1bec652 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 3 Nov 2020 08:54:41 -0400 Subject: fix cover images being broken, lol --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8.js b/upd8.js index d6a60a10..2479902f 100644 --- a/upd8.js +++ b/upd8.js @@ -2578,7 +2578,7 @@ function getTrackCover(track) { } } function getFlashCover(flash) { - const file = `${getFlashDirectory(flash)}.${flash.jiff === 'Yeah' ? 'gif' : 'png'}`; + const file = `${getFlashDirectory(flash)}.${flash.jiff === 'Yeah' ? 'gif' : 'jpg'}`; return `${C.MEDIA_DIRECTORY}/${C.MEDIA_FLASH_ART_DIRECTORY}/${file}`; } -- cgit 1.3.0-6-gf8a5