Remove Requirement for Password for Jellyfin (#1303)
authorlokiberra <33937467+lokiberra@users.noreply.github.com>
Mon, 13 May 2024 21:48:51 +0000 (17:48 -0400)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 21:48:51 +0000 (23:48 +0200)
music_assistant/server/providers/jellyfin/__init__.py

index cf447e441c600a0ea8ceac0c4257cce571f953cb..3e66ec88be72399cd171053a54ec3e56e07f45b4 100644 (file)
@@ -140,7 +140,7 @@ async def get_config_entries(
             key=CONF_PASSWORD,\r
             type=ConfigEntryType.SECURE_STRING,\r
             label="Password",\r
-            required=True,\r
+            required=False,\r
             description="The password to authenticate to the remote server.",\r
         ),\r
     )\r