diff --git a/icedreammusic/nowplaying_overlay.html b/icedreammusic/nowplaying_overlay.html
index 662f33d..c94282f 100644
--- a/icedreammusic/nowplaying_overlay.html
+++ b/icedreammusic/nowplaying_overlay.html
@@ -447,7 +447,9 @@
.replace(/\b(holland|italy)\b/i, '')
.trim()
: null,
- cover: data.cover_url + "?nprandid=" + btoa(id),
+ cover: data.cover_url
+ ? data.cover_url + "?nprandid=" + btoa(id)
+ : undefined,
});
showProgress({
id,