From f154bc254fa7e1b566352bb45908668966c40290 Mon Sep 17 00:00:00 2001 From: bacalhau Date: Wed, 2 Jul 2025 23:33:48 +0100 Subject: [PATCH] Update radio.sh --- radio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.sh b/radio.sh index aea3a04..ca68a85 100644 --- a/radio.sh +++ b/radio.sh @@ -64,7 +64,7 @@ menu() { read -p "Select an option: " opt case "$opt" in 1) choose_playlist ;; - 2) create_playlist ;; # assuming you have this implemented elsewhere + 2) create_playlist ;; 3) add_to_playlist ;; 4) edit_playlist ;; 9) reload_playlist ;;