From 9644b5c8512a2d5856d38d808aea7751cb5596c1 Mon Sep 17 00:00:00 2001 From: David Lazar Date: Sat, 23 Mar 2013 16:33:30 -0400 Subject: [PATCH] fix spelling of bridge --- lib/rdio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdio.rb b/lib/rdio.rb index bdd874b..a4e67b5 100644 --- a/lib/rdio.rb +++ b/lib/rdio.rb @@ -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