Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

store the correct index in the resume info when we fire up a single song in a directory


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1838 a1c6a512-1295-4272-9138-f99709370657

+2 -1
+2 -1
apps/tree.c
··· 507 507 play_list(currdir, 508 508 dircache[dircursor+start].name, 509 509 0, 0, seed ); 510 + start_index = 0; 510 511 } 511 512 else { 512 513 if ( global_settings.resume ) ··· 517 518 } 518 519 519 520 if ( global_settings.resume ) { 520 - global_settings.resume_index = 0; 521 + global_settings.resume_index = start_index; 521 522 global_settings.resume_offset = 0; 522 523 global_settings.resume_seed = seed; 523 524 settings_save();