Method: Muzak::Player::MultiPlayer#previous_song
- Defined in:
- lib/muzak/player/multiplayer.rb
#previous_song ⇒ void
Note:
Does nothing if the current song is the first.
This method returns an undefined value.
Tell all players to play the previous song in its queue.
77 78 79 |
# File 'lib/muzak/player/multiplayer.rb', line 77 def previous_song @players.each(&:previous_song) end |