diff options
Diffstat (limited to 'apps/root_menu.c')
| -rw-r--r-- | apps/root_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c index 3b0907f..418ea01 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -96,9 +96,9 @@ static int browser(void* param) filter = global_settings.dirfilter; if (global_settings.browse_current && last_screen == GO_TO_WPS && - wps_state.current_track_path[0] != '\0') + wps_state.id3) { - strcpy(folder, wps_state.current_track_path); + strcpy(folder, wps_state.id3->path); } #ifdef HAVE_HOTSWAP /* quick hack to stop crashing if you try entering the browser from the menu when you were in the card |