From fba6a7274778403650f187afa33b07b7618818fb Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 20 May 2026 08:27:10 -0300 Subject: [PATCH] Return stream_info in AppleMusicSongInterface --- gamdl/interface/song.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gamdl/interface/song.py b/gamdl/interface/song.py index 496b2e2..884d76b 100644 --- a/gamdl/interface/song.py +++ b/gamdl/interface/song.py @@ -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,