From 1e69d813e6a4cbcf96111a256f1eca326fee890b Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:44:15 -0700 Subject: [PATCH] Update What's New and Help docs with recent changes Added dead file fix options, Deezer ARL rehydration, and album data caching to the Fixes & Improvements section and Help docs. --- web_server.py | 5 ++++- webui/static/docs.js | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web_server.py b/web_server.py index 4dfa8b01..163cc1ed 100644 --- a/web_server.py +++ b/web_server.py @@ -21040,7 +21040,10 @@ def get_version_info(): "• Replace lower quality files on import — opt-in toggle in Settings > Library", "• HiFi API instance health check in Settings > Downloads", "• Debug test activity feed message removed from startup", - "• Global search downloads now create bubble snapshots on Dashboard and Search page" + "• Global search downloads now create bubble snapshots on Dashboard and Search page", + "• Dead file findings now offer 'Remove from DB' option alongside 'Re-download' — works in bulk fix too", + "• Deezer ARL sync and download modals rehydrate after page refresh", + "• Deezer album data (release dates, cover art) cached in metadata cache — subsequent playlist loads are near-instant" ] }, { diff --git a/webui/static/docs.js b/webui/static/docs.js index 59c1ba58..a1ba1ded 100644 --- a/webui/static/docs.js +++ b/webui/static/docs.js @@ -1463,6 +1463,7 @@ const DOCS_SECTIONS = [