Fix HTTP für Media

This commit is contained in:
Andreas Bielawski
2016-08-01 01:20:45 +02:00
parent 22dc1916de
commit 6757c57565
2 changed files with 2 additions and 2 deletions

View File

@ -780,7 +780,7 @@ function cache_file(result, url, last_modified)
end
function get_http_header(url)
local doer = HTTP
local doer = http
local do_redir = true
if url:match('^https') then
doer = https