Added a 'Vinyl' theme

This commit is contained in:
nutty
2026-06-30 04:38:15 +10:00
parent 3e058b5433
commit 18ee927009
6 changed files with 277 additions and 2 deletions
-2
View File
@@ -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}')`;