mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix bad references.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10379 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c7f156727
commit
6f8774e37e
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,8 @@ Rockbox can create playlists in four different ways.
|
||||||
|
|
||||||
\note{If you already have already created a dynamic playlist, playing a new
|
\note{If you already have already created a dynamic playlist, playing a new
|
||||||
song will \emph{erase} the current playlist and create a new one. If you want
|
song will \emph{erase} the current playlist and create a new one. If you want
|
||||||
to add a song to the current playlist rather than erasing the current playlist, see the section below on ``Adding music to playlists.''
|
to add a song to the current playlist rather than erasing the current
|
||||||
|
playlist, see the section below on ``Adding music to playlists.''
|
||||||
|
|
||||||
\subsection{Creating a dynamic playlist using the Insert and Queue functions}
|
\subsection{Creating a dynamic playlist using the Insert and Queue functions}
|
||||||
|
|
||||||
|
@ -79,7 +80,7 @@ Rockbox can create playlists in four different ways.
|
||||||
|
|
||||||
\item [Queue:] Queue is the same as Insert except queued tracks are deleted
|
\item [Queue:] Queue is the same as Insert except queued tracks are deleted
|
||||||
immediately from the playlist after they've been played. Also, queued tracks
|
immediately from the playlist after they've been played. Also, queued tracks
|
||||||
are not saved to the playlist file (see page \pageref{ref:playlistoptions}).
|
are not saved to the playlist file (see \rockref{ref:playlistoptions}).
|
||||||
|
|
||||||
\item [Queue next:] Queue track(s) immediately after current playing track.
|
\item [Queue next:] Queue track(s) immediately after current playing track.
|
||||||
|
|
||||||
|
@ -108,7 +109,6 @@ shutdown.
|
||||||
setting to \setting{Yes} if you would like Rockbox to include tracks in
|
setting to \setting{Yes} if you would like Rockbox to include tracks in
|
||||||
subdirectories as well as tracks in the currently-selected directory.}
|
subdirectories as well as tracks in the currently-selected directory.}
|
||||||
|
|
||||||
\
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue