fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 22:51:48 +0000 (23:51 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 22:51:48 +0000 (23:51 +0100)
music_assistant/server/providers/filesystem_smb/__init__.py

index d40a15d8fd501bb6aa1f2ea0a3bd425eeb34dfc3..ab47aedf3e59687038e0cd5363334faf62730911 100644 (file)
@@ -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 "