update message value of related music videos prompt

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