Include index and total for music-video media fetch

This commit is contained in:
Rafael Moraes
2026-04-24 12:17:19 -03:00
parent fd3b6216c9
commit a989d9fefa
+2
View File
@@ -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