소스 검색

Group USB options together

Bob Mottram 7 년 전
부모
커밋
0c921f1d77
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      src/freedombone-app-icecast

+ 4
- 4
src/freedombone-app-icecast 파일 보기

@@ -409,8 +409,8 @@ function configure_interactive_icecast {
409 409
                1 $"Import stream files from directory" off \
410 410
                2 $"Import stream files from USB drive" off \
411 411
                3 $"Format a USB drive for stream file storage" off \
412
-               4 $"Manually edit playlist" off \
413
-               5 $"Export stream files to USB drive" off \
412
+               4 $"Export stream files to USB drive" off \
413
+               5 $"Manually edit playlist" off \
414 414
                6 $"Enable login for stream visitors" off \
415 415
                7 $"Change password for stream visitors" off \
416 416
                8 $"Re-scan playlist" off \
@@ -427,8 +427,8 @@ function configure_interactive_icecast {
427 427
             1) icecast_import_from_directory;;
428 428
             2) icecast_import_from_usb;;
429 429
             3) icecast_format_drive;;
430
-            4) icecast_edit_playlist;;
431
-            5) icecast_export_to_usb;;
430
+            4) icecast_export_to_usb;;
431
+            5) icecast_edit_playlist;;
432 432
             6) icecast_enable_login;;
433 433
             7) icecast_change_login;;
434 434
             8) clear