Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #8 from resistorsoftware/master
Browse files Browse the repository at this point in the history
Fix for the mute function
  • Loading branch information
pengwynn committed Mar 23, 2013
2 parents aace233 + 9644b5c commit 2504b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def self.add_to_collection(tracks)
desc 'Mute the Rdio player'
command :mute do |c|
c.action do |global_options,options,args|
brdige.set_volume 0
bridge.set_volume 0
end
end

Expand Down

0 comments on commit 2504b47

Please sign in to comment.