fix: firefox download endtime bug

pull/83/head
Aquilao 4 years ago committed by ᴍᴏᴏɴD4ʀᴋ
parent 7eee36812d
commit d1b05814ea
  1. 2
      core/data/parse.go

@ -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

Loading…
Cancel
Save