0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-25 00:42:35 +00:00
Files
termux-packages/packages/ytui-music/front-end-src-ui-event.rs.patch
2023-03-12 23:47:36 +09:00

12 lines
499 B
Diff

--- a/front-end/src/ui/event.rs
+++ b/front-end/src/ui/event.rs
@@ -467,7 +467,7 @@
let mut state = state_original.lock().unwrap();
// TODO: Ask for conformation before downloading
- let mut command = tokio::process::Command::new("youtube-dl");
+ let mut command = tokio::process::Command::new("yt-dlp");
let download_url;
if let Some(focused_index) = state.musicbar.1.selected() {
let music_id = &state.musicbar.0[focused_index].id;