From db767d17c8f1ca4d019d9601c9850a3c6bdbbd72 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:49:52 -0300 Subject: [PATCH] update `message` value of related music videos prompt --- votify/downloader_music_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votify/downloader_music_video.py b/votify/downloader_music_video.py index 0352d35..dc3dd0d 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 (Artist | Title):", + message="Select which music video to download: (Artist | Title)", choices=choices, ).execute() return selected_music_video_id