Update radio.sh

This commit is contained in:
bacalhau 2025-07-02 23:33:48 +01:00
parent 94c6af61f0
commit f154bc254f

View file

@ -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 ;;