mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
When importing books, the filter data cache was using case-sensitive lookups for series and author names, while the database fallback used case-insensitive matching. This inconsistency caused duplicate series and authors to be created when names differed only in casing (e.g., "Harry Potter" vs "harry potter"). Now both paths use case-insensitive comparison. Fixes #4255 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| controllers | ||
| finders | ||
| libs | ||
| managers | ||
| migrations | ||
| models | ||
| objects | ||
| providers | ||
| routers | ||
| scanner | ||
| utils | ||
| Auth.js | ||
| Database.js | ||
| Logger.js | ||
| Server.js | ||
| SocketAuthority.js | ||
| Watcher.js | ||