Skip to content

Commit ca7f733

Browse files
authored
Fixes Firefox places download parsing on third party browsers
1 parent 6b459bc commit ca7f733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

definitions/Firefox_Bookmarks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Sources:
6565
dateAdded,
6666
lastModified
6767
FROM moz_annos
68-
WHERE anno_attribute_id IN (1,2)
68+
INNER JOIN moz_anno_attributes ON moz_annos.anno_attribute_id = moz_anno_attributes.id
69+
WHERE moz_anno_attributes.name IN ('downloads/destinationFileURI','downloads/destinationFileName','downloads/metaData')
6970
ORDER BY moz_annos.dateAdded ASC
7071
7172
- name: History

0 commit comments

Comments
 (0)