From 9606637d6a9f6373a84c21baa00822749c10ecab Mon Sep 17 00:00:00 2001 From: Mulverine Date: Sat, 4 Apr 2026 13:33:34 -0600 Subject: [PATCH] Update authentication note in SUBSONIC.md Clarified note on authentication method for Subsonic clients. --- SUBSONIC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUBSONIC.md b/SUBSONIC.md index 12c6b88d..e4e09267 100644 --- a/SUBSONIC.md +++ b/SUBSONIC.md @@ -23,7 +23,7 @@ By default, API keys can also be used as passwords, provided the `user` paramete api-subsonic-support-user-password-auth = false; ``` -__Note__: the token+salt authentication method is not supported. +__Note__: the token+salt authentication method is not supported; you must use the API key as the password in subsonic clients that do not support API key authentication. ## Extra fields The following extra fields are implemented: