vitunes 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +2 -2
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -102,9 +102,9 @@ playlist search, iTunes will play in continous mode, where the next track in
|
|
102
102
|
the playlist will automatically start playing after the current one ends.
|
103
103
|
|
104
104
|
But if you start playing a track you got to through search or some other path,
|
105
|
-
iTunes will stop playing after the
|
105
|
+
iTunes will stop playing after the track you just selected ends.
|
106
106
|
|
107
|
-
If you want use ViTunes to find and queue a bunch of
|
107
|
+
If you want use ViTunes to find and queue a bunch of tracks and have them play
|
108
108
|
in automatic succession, use the next feature...
|
109
109
|
|
110
110
|
### Copying tracks
|
data/lib/vitunes/version.rb
CHANGED