diff --git a/votify/downloader_music_video.py b/votify/downloader_music_video.py index cebbabc..0352d35 100644 --- a/votify/downloader_music_video.py +++ b/votify/downloader_music_video.py @@ -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