diff --git a/webui/index.html b/webui/index.html index 5de14518..5d4744a3 100644 --- a/webui/index.html +++ b/webui/index.html @@ -4421,13 +4421,8 @@

SoulSync manages your library directly without an external media server. Downloads and imports are added to the library automatically.

-
- - - Files in this folder are your library. Configure the path in the Paths section. -
- +
diff --git a/webui/static/script.js b/webui/static/script.js index 4d26cff3..0f8e6ef3 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -6385,15 +6385,6 @@ function toggleServer(serverType) { loadNavidromeMusicFolders(); } - // Show Transfer path for SoulSync standalone - if (serverType === 'soulsync') { - const transferInput = document.getElementById('soulsync-transfer-path'); - const transferPathEl = document.getElementById('transfer-path'); - if (transferInput && transferPathEl) { - transferInput.value = transferPathEl.value || './Transfer'; - } - } - // Auto-save after server toggle change debouncedAutoSaveSettings(); }