Query-path fixed
This commit is contained in:
parent
324110cb76
commit
6228de1066
1 changed files with 1 additions and 1 deletions
|
@ -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)) => {
|
||||
|
|
Loading…
Reference in a new issue