From: lokiberra <33937467+lokiberra@users.noreply.github.com> Date: Mon, 13 May 2024 21:48:51 +0000 (-0400) Subject: Remove Requirement for Password for Jellyfin (#1303) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8ba49f72f8c9d906323672c150d5955c470e47a3;p=music-assistant-server.git Remove Requirement for Password for Jellyfin (#1303) --- diff --git a/music_assistant/server/providers/jellyfin/__init__.py b/music_assistant/server/providers/jellyfin/__init__.py index cf447e44..3e66ec88 100644 --- a/music_assistant/server/providers/jellyfin/__init__.py +++ b/music_assistant/server/providers/jellyfin/__init__.py @@ -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.", ), )