Minor polish

This commit is contained in:
nutty
2026-07-03 00:49:22 +10:00
parent 15e5f91f01
commit 3ac06ed9c3
8 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ async function ChangeTrack(mediaProps) {
setTimeout(() => {
// 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
albumArtLayer.style.backgroundImage = `url('${newArtUrl}')`;