Method: Ektoplayer::Views::PlayingInfo#playing!

Defined in:
lib/ektoplayer/views/playinginfo.rb

#playing!Object



16
17
18
19
# File 'lib/ektoplayer/views/playinginfo.rb', line 16

def playing!
   return if @state == :playing
   with_lock { @state = :playing; want_redraw }
end