Method: DTAS::Player#need_to_queue

Defined in:
lib/dtas/player.rb

#need_to_queueObject



181
182
183
# File 'lib/dtas/player.rb', line 181

def need_to_queue
  @current || @queue[0] || @paused
end