From 96fae51ae60e2e4d2cec4b879030e4041ec0b112 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:52:04 -0300 Subject: [PATCH] Yield media in playlist generator --- votify/interface/interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/votify/interface/interface.py b/votify/interface/interface.py index 4901288..0688852 100644 --- a/votify/interface/interface.py +++ b/votify/interface/interface.py @@ -215,6 +215,8 @@ class SpotifyInterface: media.playlist_metadata = playlist_data media.playlist_tags = self.base.get_playlist_tags(playlist_data, index) + yield media + async def _get_artist_media( self, media_id: str,