Fixed placeholder

This commit is contained in:
nutty
2026-07-03 05:45:26 +10:00
parent 71e355f95d
commit 7caa56c200
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ async function ChangeTrack(mediaProps, accentColorPalette) {
}
// Extract the image source string (use fallback if Windows has no art)
const newArtUrl = mediaProps.Thumbnail;
const newArtUrl = mediaProps.Thumbnail ?? './images/placeholder.png';
// Set the image
switch (themeVariant) {