Return stream_info in AppleMusicSongInterface

This commit is contained in:
Rafael Moraes
2026-05-20 08:27:10 -03:00
parent 48df71271b
commit fba6a72747
+2
View File
@@ -281,6 +281,8 @@ class AppleMusicSongInterface:
formats=[codec.value for codec in self.codec_priority],
)
return stream_info
async def _get_stream_info(
self,
m3u8_master_url: str | None,