Fix touchy YouTube app
It likes the previous video stopped before playing a new one.bug/bundler_fix
parent
76e3539434
commit
09239b37aa
|
@ -40,6 +40,7 @@ class Metasploit4 < Msf::Auxiliary
|
|||
def run
|
||||
case action.name
|
||||
when 'Play'
|
||||
stop
|
||||
res = play
|
||||
when 'Stop'
|
||||
res = stop
|
||||
|
|
Loading…
Reference in New Issue