mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
362a8826b9
commit
b139f87c7e
@ -19,7 +19,7 @@ var errors = map[int32]string{
|
||||
ErrorMissingParameter: "Required parameter is missing",
|
||||
ErrorClientTooOld: "Incompatible Subsonic REST protocol version. Client must upgrade",
|
||||
ErrorServerTooOld: "Incompatible Subsonic REST protocol version. Server must upgrade",
|
||||
ErrorAuthenticationFail: "Wrong username or password or api key",
|
||||
ErrorAuthenticationFail: "Invalid username, password, or API key",
|
||||
ErrorTokenAuthNotSupported: "Token authentication not supported",
|
||||
ErrorAuthMechanismNotSupported: "Provided authentication mechanism not supported",
|
||||
ErrorMultipleAuthMechanismsProvided: "Multiple conflicting authentication mechanisms provided",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user