1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-04-02 01:16:54 +02:00

Fix scan log path

This commit is contained in:
advplyr 2022-12-18 14:26:15 -06:00
parent 4d93e39fa9
commit 106ddc9541

View File

@ -128,6 +128,7 @@ class LibraryScan {
async saveLog() {
await Logger.logManager.ensureScanLogDir()
const logDir = Path.join(global.MetadataPath, 'logs', 'scans')
const outputPath = Path.join(logDir, this.logFilename)
const logLines = [JSON.stringify(this.toJSON())]
this.logs.forEach(l => {