Skip to content

Commit a7debd0

Browse files
committed
Fix broken YouTube link in firetv_youtube
Guess it's back to Epic Sax Guy. :-)
1 parent 7659337 commit a7debd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/firetv/firetv_youtube.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333

3434
register_options([
3535
Opt::RPORT(8008),
36-
OptString.new('VID', [true, 'Video ID', 'HkhSZyYmpO4'])
36+
OptString.new('VID', [true, 'Video ID', 'kxopViU98Xo'])
3737
])
3838
end
3939

0 commit comments

Comments
 (0)