Revert return value of imdb_trailers function

This commit is contained in:
DariusIII
2019-03-05 11:20:35 +01:00
parent 228dac117c
commit 28182bdac8
+1 -1
View File
@@ -517,7 +517,7 @@ class Utility
{
$xml = getRawHtml('https://api.traileraddict.com/?imdb='.$imdbID);
if ($xml !== false && preg_match('#(v\.traileraddict\.com/\d+)#i', $xml, $html)) {
return $html[1];
return 'https://'.$html[1];
}
return '';