Add the current selection to the tail of the playlist. Definition at line 303 of file gui_browser.c. 00304 { 00305 struct vfsref *vr; 00306 00307 if (gui_vfslist_warn_isempty(win_browser)) 00308 return; 00309 00310 vr = gui_vfslist_getselected(win_browser); 00311 playq_song_add_tail(vr); 00312 gui_vfslist_cursor_down(win_browser, 1); 00313 }
Here is the call graph for this function:
![]() |
1.6.3