Merge branch 'advplyr:master' into master

This commit is contained in:
Kaldigo
2022-05-23 22:46:17 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -260,6 +260,10 @@ function getBookDataFromDir(folderPath, relPath, parseSubtitle = false) {
title = title.replace(replaceChunk, '').trim()
}
}
if (volumeNumber != null && !isNaN(volumeNumber)) {
volumeNumber = String(Number(volumeNumber)) // Strips leading zeros
}
}
var publishedYear = null