From: Marcel van der Veldt Date: Thu, 23 Mar 2023 22:51:48 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=386b6ee92742fba3ab555c670478d37d60e880de;p=music-assistant-server.git fix typo --- 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 "