storage/curl: fix can't get timestamp of remote file
This commit is contained in:
parent
2694195215
commit
df71b07e9d
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
|||
ver 0.23.10 (not yet released)
|
||||
* storage
|
||||
- curl: fix file time stamps
|
||||
* decoder
|
||||
- ffmpeg: fix libfmt 9 compiler warning
|
||||
* encoder
|
||||
|
|
|
@ -284,6 +284,7 @@ public:
|
|||
"<a:resourcetype/>"
|
||||
"<a:getcontenttype/>"
|
||||
"<a:getcontentlength/>"
|
||||
"<a:getlastmodified/>"
|
||||
"</a:prop>"
|
||||
"</a:propfind>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue