Fixed bug in title selection

Typo caused the title options to be ignored, and so longest title only
was being ripped.
This commit is contained in:
Ben Roberts
2010-02-17 09:27:56 +00:00
parent fd0e1f4777
commit 4f7fd4307a

View File

@@ -100,7 +100,7 @@ sub do_rip {
$options{handbrake},
'-i', $rip_options{input_filename},
'-o', $rip_filename,
@title_options.
@title_options,
'-f', $rip_options{format},
'-e', $rip_options{video_codec},
'-q', $rip_options{quantizer},