Query-path fixed

This commit is contained in:
Matthias Beyer 2017-09-15 23:01:45 +02:00
parent 324110cb76
commit 6228de1066

View file

@ -69,7 +69,7 @@ impl Link for Entry {
fn get_link_uri_from_filelockentry(&self) -> Result<Option<Url>> {
self.get_header()
.read("links.external.url")
.read("links.external.content.url")
.chain_err(|| LEK::EntryHeaderReadError)
.and_then(|opt| match opt {
Some(&Value::String(ref s)) => {