mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 21:49:40 +00:00
When applying chapters from Audible lookup, if the new chapter list had fewer chapters than the existing one, the old extra chapters were being retained. For example, going from 61 to 36 chapters would result in a hybrid list with 36 updated chapters plus 25 leftover old ones. The bug was in the applyChapterData() function which incorrectly fell back to old chapters when the audible chapter array was exhausted. This fallback should only happen for explicitly locked chapters, not for all remaining old chapters. Fixes #4939 |
||
|---|---|---|
| .. | ||
| audiobook/_id | ||
| author | ||
| batch | ||
| collection | ||
| config | ||
| item/_id | ||
| library/_library | ||
| playlist | ||
| share | ||
| upload | ||
| account.vue | ||
| config.vue | ||
| index.vue | ||
| login.vue | ||
| oops.vue | ||