mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf/pull/4551
Author: @chriscam85
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @advplyr
Base:
master← Head:master📝 Commits (2)
e54571fIncluding total durations into the de-branding from #4226 as warning message is always present currently894ea0bUpdate chapter data log📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
client/pages/audiobook/_id/chapters.vue(+6 -1)📄 Description
Brief summary
Issue #4226 introduced the ability to remove the audible branding when editing chapters. While it does this well for the chapters themselves, all other validations do not account for it. This update is to remove the branding times from the runtime totals as well.
Which issue is fixed?
Related to #4226
In-depth Description
Although the branding times are removed and the chapters are shifted, you will always receive the warning that the total time doesn't match you local audio files. This is because the #4226 feature didn't also remove the branding from the total runtime. This update also removes the intro/outro branding times from the total duration, which is used in the validation logic.
How have you tested this?
I did not test this. Not sure how.
Screenshots
The branding time in the example below is 6,873 millis, which results in the difference of 7 secs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.