mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
With no control file present, the message "Error accessing playlist control file" was displayed, due to playlist_resume being called from gui_usb_screen_run. You were likely to only run into this after a clean install, if you hadn't listened to any music yet. It probably makes sense to move the check for the existence of the control file into playlist_resume, and not even have it show a separate access error message when the file doesn't exist. Change-Id: Ib3a643c43d3d4d499fa5a13c01955779d69cd357 |
||
|---|---|---|
| .. | ||
| audiohw_eq_menu.c | ||
| display_menu.c | ||
| eq_menu.c | ||
| eq_menu.h | ||
| exported_menus.h | ||
| main_menu.c | ||
| menu_common.c | ||
| menu_common.h | ||
| playback_menu.c | ||
| playlist_menu.c | ||
| plugin_menu.c | ||
| radio_menu.c | ||
| recording_menu.c | ||
| settings_menu.c | ||
| sound_menu.c | ||
| theme_menu.c | ||
| time_menu.c | ||