Update music_assistant/music_providers/ytmusic/ytmusic.py
authorMarvin Schenkel <marvinschenkel@gmail.com>
Fri, 8 Jul 2022 21:07:18 +0000 (23:07 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 21:07:18 +0000 (23:07 +0200)
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
music_assistant/music_providers/ytmusic/ytmusic.py

index ae0b482c9c507650f98bb92291d8000adb0f774f..ca11387a4e46cb7c411cdd03ad517fc09ea9300b 100644 (file)
@@ -463,7 +463,7 @@ class YoutubeMusicProvider(MusicProvider):
 
     @classmethod
     async def _parse_stream_format(cls, track_obj: dict) -> dict:
-        """Grab the highes available audio stream from available streams."""
+        """Grab the highest available audio stream from available streams."""
         stream_format = {}
         quality_mapper = {
             "AUDIO_QUALITY_LOW": 1,