Add the current selection to the head of the playlist. Definition at line 316 of file gui_browser.c. 00317 { 00318 struct vfsref *vr; 00319 00320 if (gui_vfslist_warn_isempty(win_browser)) 00321 return; 00322 00323 vr = gui_vfslist_getselected(win_browser); 00324 playq_song_add_head(vr); 00325 gui_vfslist_cursor_down(win_browser, 1); 00326 }
Here is the call graph for this function:
![]() |
1.6.3