hulu-automuter 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,7 +92,7 @@ proxyproc = Proc.new{|req,res|
92
92
  if r =~ /adload/
93
93
  $stdout.puts ["ad loaded", hc.mute].join(', ')
94
94
  `#{hc.mute}`
95
- elsif r =~ /resume/
95
+ elsif r =~ /contentplaybackresume/
96
96
  $stdout.puts ["content resuming", hc.unmute].join(', ')
97
97
  `#{hc.unmute}`
98
98
  end
@@ -1,3 +1,3 @@
1
1
  module HuluAutomuter
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hulu-automuter
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi