diff --git a/webui/static/library.js b/webui/static/library.js
index ca9cfa35..d5d4de4f 100644
--- a/webui/static/library.js
+++ b/webui/static/library.js
@@ -7460,6 +7460,16 @@ async function showReorganizeModal(albumId) {
html += '';
html += '';
+ // Action: full pipeline vs rename-only (#875).
+ html += '
';
+ html += '';
+ html += '
"Full reorganize" re-tags and re-checks every track through the import pipeline — thorough, but slow and it re-touches every file. "Rename only" just moves files to your current naming scheme: no re-tagging, no quality/AcoustID checks, and only files whose name actually changes are touched. Tip: renaming can reset play counts / date-added on your media server.