diff --git a/src/freedombone-app-icecast b/src/freedombone-app-icecast index e579422d..e9ce4744 100755 --- a/src/freedombone-app-icecast +++ b/src/freedombone-app-icecast @@ -408,9 +408,9 @@ function configure_interactive_icecast { --radiolist $"Choose an operation:" 19 70 12 \ 1 $"Import stream files from directory" off \ 2 $"Import stream files from USB drive" off \ - 3 $"Manually edit playlist" off \ - 4 $"Export stream files to USB drive" off \ - 5 $"Format a USB drive for stream file storage" off \ + 3 $"Format a USB drive for stream file storage" off \ + 4 $"Manually edit playlist" off \ + 5 $"Export stream files to USB drive" off \ 6 $"Enable login for stream visitors" off \ 7 $"Change password for stream visitors" off \ 8 $"Re-scan playlist" off \ @@ -426,9 +426,9 @@ function configure_interactive_icecast { case $(cat $data) in 1) icecast_import_from_directory;; 2) icecast_import_from_usb;; - 3) icecast_edit_playlist;; - 4) icecast_export_to_usb;; - 5) icecast_format_drive;; + 3) icecast_format_drive;; + 4) icecast_edit_playlist;; + 5) icecast_export_to_usb;; 6) icecast_enable_login;; 7) icecast_change_login;; 8) clear