forked from len0rd/rockbox
default for "Follow playlist" option is set to "yes"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7746 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2314de0b1
commit
12a4ba0d76
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ static const struct bit_entry hd_bits[] =
|
|||
{3, S_O(dirfilter), SHOW_SUPPORTED,
|
||||
"show files", "all,supported,music,playlists,id3 database" },
|
||||
{1, S_O(sort_case), false, "sort case", off_on },
|
||||
{1, S_O(browse_current), false, "follow playlist", off_on },
|
||||
{1, S_O(browse_current), true, "follow playlist", off_on },
|
||||
/* playlist */
|
||||
{1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on },
|
||||
{1, S_O(playlist_viewer_indices), true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue