mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-02 22:51:45 +00:00
Merge 7e42074f46 into 6caa1aa2da
This commit is contained in:
commit
67c67c63fa
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,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