Commit df71b07e authored by BurroCargado's avatar BurroCargado Committed by Max Kellermann

storage/curl: fix can't get timestamp of remote file

parent 26941952
ver 0.23.10 (not yet released) ver 0.23.10 (not yet released)
* storage
- curl: fix file time stamps
* decoder * decoder
- ffmpeg: fix libfmt 9 compiler warning - ffmpeg: fix libfmt 9 compiler warning
* encoder * encoder
......
...@@ -284,6 +284,7 @@ public: ...@@ -284,6 +284,7 @@ public:
"<a:resourcetype/>" "<a:resourcetype/>"
"<a:getcontenttype/>" "<a:getcontenttype/>"
"<a:getcontentlength/>" "<a:getcontentlength/>"
"<a:getlastmodified/>"
"</a:prop>" "</a:prop>"
"</a:propfind>"); "</a:propfind>");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment