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.

tagtree: remove superfluous code from insert_all_playlist

Code has no effect since commit a0e95c8.
Functionality is now handled by the playlist_insert_context_add function

Change-Id: Ie91f605bd7a7d03556fa70d195a06bc55866741d

-2
-2
apps/tagtree.c
··· 2346 2346 break; 2347 2347 } 2348 2348 yield(); 2349 - if (playlist == NULL && position == PLAYLIST_INSERT_FIRST) 2350 - position = PLAYLIST_INSERT; 2351 2349 2352 2350 if (exit_loop_now) 2353 2351 break;