Skip to content

Commit

Permalink
Merge pull request #7 from lokiberra/remove-password-requirement
Browse files Browse the repository at this point in the history
Remove-password-requirement
  • Loading branch information
lokiberra authored May 10, 2024
2 parents 6d78732 + 558dd13 commit aaa2ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/jellyfin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async def get_config_entries(
key=CONF_PASSWORD,
type=ConfigEntryType.SECURE_STRING,
label="Password",
required=True,
required=False,
description="The password to authenticate to the remote server.",
),
)
Expand Down

0 comments on commit aaa2ebd

Please sign in to comment.