check if playlist has uri in get_playlist_audio_from_user

This commit is contained in:
alacleaker 2024-04-24 14:04:42 -03:00
parent a1b0ad35ee
commit ea281766ba

View File

@ -106,6 +106,7 @@ class DownloaderMusicVideo:
value=playlist,
)
for playlist in playlists
if playlist.get("uri")
]
selected = inquirer.select(
message="Select which audio codec to download:",