aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/http/MetadataRetriever.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/http/MetadataRetriever.php')
-rw-r--r--application/http/MetadataRetriever.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/http/MetadataRetriever.php b/application/http/MetadataRetriever.php
index 2ca982e2..ba9bd40c 100644
--- a/application/http/MetadataRetriever.php
+++ b/application/http/MetadataRetriever.php
@@ -46,6 +46,7 @@ class MetadataRetriever
46 $url, 46 $url,
47 $this->conf->get('general.download_timeout', 30), 47 $this->conf->get('general.download_timeout', 30),
48 $this->conf->get('general.download_max_size', 4194304), 48 $this->conf->get('general.download_max_size', 4194304),
49 $this->httpAccess->getCurlHeaderCallback($charset),
49 $this->httpAccess->getCurlDownloadCallback( 50 $this->httpAccess->getCurlDownloadCallback(
50 $charset, 51 $charset,
51 $title, 52 $title,