Skip to content

Commit

Permalink
Update music_assistant/providers/audible/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
ztripez and marcelveldt authored Jan 10, 2025
1 parent 52d03ff commit caa471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/audible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def get_config_entries(
values = {}

locale = values.get("locale") or "us"
auth_file = values.get(CONF_AUTH_FILE)
auth_file = cast(str, values.get(CONF_AUTH_FILE))

# Check if auth file exists and is valid
auth_required = True
Expand Down

0 comments on commit caa471f

Please sign in to comment.