mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Use media_type_key for music-videos check
This commit is contained in:
@@ -208,7 +208,7 @@ class AppleMusicDownloader:
|
||||
return await self.get_artist_albums_download_items(selected_tracks)
|
||||
elif media_type_key == "top-songs":
|
||||
return await self.get_artist_songs_download_items(selected_tracks)
|
||||
elif media_type == "music-videos":
|
||||
elif media_type_key == "music-videos":
|
||||
return await self.get_artist_music_videos_download_items(selected_tracks)
|
||||
|
||||
async def get_artist_albums_download_items(
|
||||
|
||||
Reference in New Issue
Block a user