update message value of related music videos prompt

This commit is contained in:
Rafael Moraes
2024-09-24 21:49:21 -03:00
parent df67d809fa
commit 7ca4d561cd
+1 -1
View File
@@ -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