From 5ed819a062c434f6d6e4cbb5383113597b4b41f4 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:51:48 -0700 Subject: [PATCH] Show SoulSync logo as fallback for missing sidebar album art Sidebar media player now shows the SoulSync logo instead of a broken image icon when no album art is available or when no track is playing. Default src, onerror fallback, and clear-player paths all use /static/trans2.png. --- webui/index.html | 2 +- webui/static/script.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webui/index.html b/webui/index.html index 8344ca8a..47ec78aa 100644 --- a/webui/index.html +++ b/webui/index.html @@ -259,7 +259,7 @@