Set loop setting true, since we always loop
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1592 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7232940fd5
commit
ef1d4d2d17
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ void settings_reset(void) {
|
|||
global_settings.mp3filter = true;
|
||||
global_settings.sort_case = false;
|
||||
global_settings.statusbar = true;
|
||||
global_settings.loop_playlist = true;
|
||||
global_settings.playlist_shuffle = false;
|
||||
global_settings.discharge = 0;
|
||||
global_settings.total_uptime = 0;
|
||||
|
|
Loading…
Reference in a new issue