vitunes 0.2.6 → 0.2.7
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 +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -98,7 +98,7 @@ line is blank, or try `ESC` then `q`.
|
|
|
98
98
|
* `.` show current track and playlist, if any
|
|
99
99
|
|
|
100
100
|
One thing to note: if you start playing a track that you've gotten to by going
|
|
101
|
-
through the playlist dropdown, iTunes will play in
|
|
101
|
+
through the playlist dropdown, iTunes will play in continuous mode, where the
|
|
102
102
|
next track in the playlist will automatically start playing after the current
|
|
103
103
|
one ends.
|
|
104
104
|
|
data/lib/vitunes/version.rb
CHANGED