Ticket #3396: imdb.php.patch

File imdb.php.patch, 771 bytes (added by pasha@…, 17 years ago)
  • modules/video/imdb.php

     
    4444        $title = str_replace('"', '\"', $title);
    4545    // Setup the option list
    4646        $options = array('IMDB'     => array( ' -M tv=both "%%TITLE%%"',
    47                                               ' -M tv=both\;type=fuzzy "%%TITLE%%"'),
     47                                              ' -M tv=both\;type=fuzzy "%%TITLE%%"',
     48                                              ' -M s=tt\;ttype=ep "%%TITLE%%"'),
    4849                         'ALLOCINE' => array( ' -M "%%TITLE%%"')
    4950                        );
    5051        foreach ($options[$imdbwebtype] as $option) {