mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed placeholder
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user