Skip to content

Commit

Permalink
output device name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Oct 4, 2012
1 parent 6b14a6f commit 50ca658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/airplayer/controller.rb
Expand Up @@ -25,7 +25,7 @@ def play(media, repeat = false)

puts "\n Source: #{media.path}"
puts " Title: #{media.title}"
puts " Device: #{@device.name}(#{@device.ip})"
puts " Device: #{@device.name} (#{@device.ip})"

@progressbar = ProgressBar.create(:format => ' %a |%b%i| %p%% %t')
@player = @airplay.send_video(media.open)
Expand Down

0 comments on commit 50ca658

Please sign in to comment.