Update radio.sh
This commit is contained in:
parent
94c6af61f0
commit
f154bc254f
1 changed files with 1 additions and 1 deletions
2
radio.sh
2
radio.sh
|
@ -64,7 +64,7 @@ menu() {
|
||||||
read -p "Select an option: " opt
|
read -p "Select an option: " opt
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
1) choose_playlist ;;
|
1) choose_playlist ;;
|
||||||
2) create_playlist ;; # assuming you have this implemented elsewhere
|
2) create_playlist ;;
|
||||||
3) add_to_playlist ;;
|
3) add_to_playlist ;;
|
||||||
4) edit_playlist ;;
|
4) edit_playlist ;;
|
||||||
9) reload_playlist ;;
|
9) reload_playlist ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue