From 6b38809fd7f0877d3e7d07979451936b942f716b Mon Sep 17 00:00:00 2001 From: lsmda Date: Sun, 15 Mar 2026 02:17:15 +0000 Subject: [PATCH] feat(playlists): add strict album matching toggle on playlist creation modal --- index.html | 17 ++++++++++++++++- js/app.js | 3 ++- js/playlist-importer.js | 15 +++++++-------- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index ec355eb..03bac78 100644 --- a/index.html +++ b/index.html @@ -528,7 +528,6 @@ color: var(--foreground); cursor: pointer; padding: 0.25rem 0.5rem; - opacity: 0.7; " > CSV @@ -669,6 +668,22 @@ Make sure its headers are in English.

+ +
+
+ Strict Album Matching + + Album name should strictly match CSV metadata. Disable for better discovery. + +
+ +