Skip to content

Commit

Permalink
Fix typo in TuneIn init/py (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzGav authored Dec 17, 2023
1 parent 836826c commit 81cc397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/tunein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def setup(
prov = TuneInProvider(mass, manifest, config)
if "@" in config.get_value(CONF_USERNAME):
prov.logger.warning(
"Emailadress detected instead of username, "
"Email address detected instead of username, "
"it is advised to use the tunein username instead of email."
)
await prov.handle_setup()
Expand Down

0 comments on commit 81cc397

Please sign in to comment.