vitunes 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +3 -3
- data/lib/vitunes/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -130,9 +130,9 @@ added to the end of the playlist.
|
|
|
130
130
|
If this target playlist is already playing, you can keep queuing tracks to it
|
|
131
131
|
and let the mix play out automatically.
|
|
132
132
|
|
|
133
|
-
To delete tracks from
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
To delete tracks from a playlist, put the cursor on a track or select a range
|
|
134
|
+
of tracks, and then hit `BACKSPACE` (the Apple delete key) to remove them from
|
|
135
|
+
the playlist that you are looking at.
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
### Managing playlists
|
data/lib/vitunes/version.rb
CHANGED