From 386b6ee92742fba3ab555c670478d37d60e880de Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 23 Mar 2023 23:51:48 +0100 Subject: [PATCH] fix typo --- music_assistant/server/providers/filesystem_smb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/server/providers/filesystem_smb/__init__.py b/music_assistant/server/providers/filesystem_smb/__init__.py index d40a15d8..ab47aedf 100644 --- a/music_assistant/server/providers/filesystem_smb/__init__.py +++ b/music_assistant/server/providers/filesystem_smb/__init__.py @@ -111,7 +111,7 @@ async def get_config_entries( label="Use NTLM v2", required=False, advanced=True, - default_value="", + default_value=False, description="Indicates whether NTLMv1 or NTLMv2 authentication algorithm should " "be used for authentication. The choice of NTLMv1 and NTLMv2 is configured on " "the remote server, and there is no mechanism to auto-detect which algorithm has " -- 2.34.1