Group USB options together

This commit is contained in:
Bob Mottram 2017-11-27 12:21:48 +00:00
parent f850e37373
commit 0c921f1d77
1 changed files with 4 additions and 4 deletions

View File

@ -409,8 +409,8 @@ function configure_interactive_icecast {
1 $"Import stream files from directory" off \ 1 $"Import stream files from directory" off \
2 $"Import stream files from USB drive" off \ 2 $"Import stream files from USB drive" off \
3 $"Format a USB drive for stream file storage" off \ 3 $"Format a USB drive for stream file storage" off \
4 $"Manually edit playlist" off \ 4 $"Export stream files to USB drive" off \
5 $"Export stream files to USB drive" off \ 5 $"Manually edit playlist" off \
6 $"Enable login for stream visitors" off \ 6 $"Enable login for stream visitors" off \
7 $"Change password for stream visitors" off \ 7 $"Change password for stream visitors" off \
8 $"Re-scan playlist" off \ 8 $"Re-scan playlist" off \
@ -427,8 +427,8 @@ function configure_interactive_icecast {
1) icecast_import_from_directory;; 1) icecast_import_from_directory;;
2) icecast_import_from_usb;; 2) icecast_import_from_usb;;
3) icecast_format_drive;; 3) icecast_format_drive;;
4) icecast_edit_playlist;; 4) icecast_export_to_usb;;
5) icecast_export_to_usb;; 5) icecast_edit_playlist;;
6) icecast_enable_login;; 6) icecast_enable_login;;
7) icecast_change_login;; 7) icecast_change_login;;
8) clear 8) clear