mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-10 12:19:40 +00:00
Merge branch 'master' into Fuzzy-Matching-Continued
This commit is contained in:
commit
786df450e5
34 changed files with 489 additions and 346 deletions
|
|
@ -374,7 +374,7 @@ class BookFinder {
|
|||
if (!books.length && maxFuzzySearches > 0) {
|
||||
// Normalize title and author
|
||||
title = title.trim().toLowerCase()
|
||||
author = author.trim().toLowerCase()
|
||||
author = author?.trim().toLowerCase() || ''
|
||||
|
||||
const cleanAuthor = this.cleanAuthorForCompares(author)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue