hulu-automuter 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/hulu-automuter +1 -1
- data/lib/hulu_automuter/version.rb +1 -1
- metadata +1 -1
data/bin/hulu-automuter
CHANGED
@@ -92,7 +92,7 @@ proxyproc = Proc.new{|req,res|
|
|
92
92
|
if r =~ /adload/ || r =~ /revenue\/(request|start)/ || req.query =~ /adstartvolume=/
|
93
93
|
$stdout.puts ["ad loaded", hc.mute].join(', ')
|
94
94
|
`#{hc.mute}`
|
95
|
-
elsif r =~ /contentplaybackresume/ || r =~ /playback\/(start|position)/ || r =~ /revenue\/end/
|
95
|
+
elsif r =~ /contentplaybackresume/ || r =~ /playback\/(start|position)/ # || r =~ /revenue\/end/
|
96
96
|
$stdout.puts ["content resuming", hc.unmute].join(', ')
|
97
97
|
`#{hc.unmute}`
|
98
98
|
end
|