mirror of
https://github.com/glomatico/votify.git
synced 2026-09-27 19:42:29 +02:00
update message value of related music videos prompt
This commit is contained in:
@@ -115,7 +115,7 @@ class DownloaderMusicVideo(DownloaderVideo):
|
||||
]
|
||||
)
|
||||
selected_music_video_id = inquirer.select(
|
||||
message="Select which music video to download:",
|
||||
message="Select which music video to download (Artist | Title):",
|
||||
choices=choices,
|
||||
).execute()
|
||||
return selected_music_video_id
|
||||
|
||||
Reference in New Issue
Block a user