audiobookshelf/client/pages/audiobook/_id
CutSnake 54491ee903 Fix applying chapters not fully replacing existing chapter list
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
2026-01-26 12:47:54 +11:00
..
chapters.vue Fix applying chapters not fully replacing existing chapter list 2026-01-26 12:47:54 +11:00
edit.vue Fix manage, chapters edit tracks and library stats page not setting the current library properly #4170 2025-03-30 17:27:36 -05:00
manage.vue Fix chapter table on audiobook tools page uneven column widths 2025-06-07 17:10:23 -05:00