mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
• Renamed "Base64Image" to "Thumbnail:
• Minor CSS bug fixes • Fully documented python script
This commit is contained in:
@@ -165,7 +165,7 @@ async function ChangeTrack(mediaProps) {
|
||||
artistLabel.innerText = swapArtistTrack ? mediaProps.Title : mediaProps.Artist;
|
||||
|
||||
// Extract the image source string (use fallback if Windows has no art)
|
||||
const newArtUrl = mediaProps.Base64Image;
|
||||
const newArtUrl = mediaProps.Thumbnail;
|
||||
// const accent = mediaProps.AccentColor || "#ffffff";
|
||||
|
||||
// Set the image
|
||||
|
||||
Reference in New Issue
Block a user