mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Provide index=0 to _get_song_media call
This commit is contained in:
@@ -595,6 +595,7 @@ class AppleMusicInterface:
|
||||
|
||||
if url_info.type == "song" or url_info.sub_id:
|
||||
media = await self._get_song_media(
|
||||
index=0,
|
||||
media_id=url_info.sub_id or url_info.id,
|
||||
)
|
||||
yield media
|
||||
|
||||
Reference in New Issue
Block a user