mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix: firefox download endtime bug
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ func (d *downloads) FirefoxParse() error {
|
||||
Url: url,
|
||||
TotalBytes: fileSize.Int(),
|
||||
StartTime: utils.TimeStampFormat(dateAdded / 1000000),
|
||||
EndTime: utils.TimeStampFormat(endTime.Int() / 1000000),
|
||||
EndTime: utils.TimeStampFormat(endTime.Int() / 1000),
|
||||
})
|
||||
}
|
||||
tempMap[place_id] = url
|
||||
|
||||
Reference in New Issue
Block a user