vitunes 0.2.4 → 0.2.5
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 +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