diff --git a/webui/index.html b/webui/index.html
index d3e028ce..4697a106 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -6577,9 +6577,19 @@
- Link source tracks to existing library tracks to stop re-downloads
+ Map wishlist and playlist source tracks to library tracks you already own
+
-
+
diff --git a/webui/static/style.css b/webui/static/style.css
index 14321acb..6e590397 100644
--- a/webui/static/style.css
+++ b/webui/static/style.css
@@ -10925,6 +10925,12 @@ body.helper-mode-active #dashboard-activity-feed:hover {
border-radius: 10px;
}
+.manual-library-match-stats .stat-item-value {
+ background-color: rgba(var(--accent-rgb), 0.12);
+ color: rgb(var(--accent-rgb));
+ white-space: nowrap;
+}
+
.stat-item {
display: flex;
justify-content: space-between;