mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
check if playlist has uri in get_playlist_audio_from_user
This commit is contained in:
parent
a1b0ad35ee
commit
ea281766ba
@ -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:",
|
||||
|
Loading…
Reference in New Issue
Block a user