Pārlūkot izejas kodu

Group USB options together

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
0c921f1d77
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      src/freedombone-app-icecast

+ 4
- 4
src/freedombone-app-icecast Parādīt failu

409
                1 $"Import stream files from directory" off \
409
                1 $"Import stream files from directory" off \
410
                2 $"Import stream files from USB drive" off \
410
                2 $"Import stream files from USB drive" off \
411
                3 $"Format a USB drive for stream file storage" off \
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
                6 $"Enable login for stream visitors" off \
414
                6 $"Enable login for stream visitors" off \
415
                7 $"Change password for stream visitors" off \
415
                7 $"Change password for stream visitors" off \
416
                8 $"Re-scan playlist" off \
416
                8 $"Re-scan playlist" off \
427
             1) icecast_import_from_directory;;
427
             1) icecast_import_from_directory;;
428
             2) icecast_import_from_usb;;
428
             2) icecast_import_from_usb;;
429
             3) icecast_format_drive;;
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
             6) icecast_enable_login;;
432
             6) icecast_enable_login;;
433
             7) icecast_change_login;;
433
             7) icecast_change_login;;
434
             8) clear
434
             8) clear