mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added a 'Vinyl' theme
This commit is contained in:
@@ -112,7 +112,6 @@ function UpdatePlayerState(data) {
|
||||
// let progressPercent = durationMs > 0 ? (currentPositionMs / durationMs) * 100 : 0;
|
||||
// progressPercent = Math.min(100, Math.max(0, progressPercent));
|
||||
// progressBarFill.style.width = `${progressPercent}%`;
|
||||
// progressBarFill.style.setProperty('--accent-color', mediaProps.AccentColor);
|
||||
// }
|
||||
}
|
||||
else
|
||||
@@ -162,7 +161,6 @@ async function ChangeTrack(mediaProps) {
|
||||
|
||||
// Extract the image source string (use fallback if Windows has no art)
|
||||
const newArtUrl = mediaProps.Thumbnail;
|
||||
// const accent = mediaProps.AccentColor || "#ffffff";
|
||||
|
||||
// Set the image
|
||||
// backgroundLayer.style.backgroundImage = `url('${newArtUrl}')`;
|
||||
|
||||
Reference in New Issue
Block a user