mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Include index and total for music-video media fetch
This commit is contained in:
@@ -603,6 +603,8 @@ class AppleMusicInterface:
|
||||
|
||||
elif url_info.type == "music-video":
|
||||
media = await self._get_music_video_media(
|
||||
index=0,
|
||||
total=1,
|
||||
media_id=url_info.id,
|
||||
)
|
||||
yield media
|
||||
|
||||
Reference in New Issue
Block a user