mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
Merge 7e42074f46 into 1d0b7e383a
This commit is contained in:
commit
1f784b805a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class LibraryScan {
|
|||
return secondsToTimestamp(this.elapsed / 1000)
|
||||
}
|
||||
get logFilename() {
|
||||
return date.format(new Date(), 'YYYY-MM-DD') + '_' + this.id + '.txt'
|
||||
return date.format(new Date(), 'YYYY-MM-DD HH:mm:ss.SSS') + '_' + this.id + '.txt'
|
||||
}
|
||||
get scanResultsString() {
|
||||
const strs = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue