mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-13 06:51:29 +00:00
Remove autoGenerateChapters flag, migration and version bump
This commit is contained in:
parent
0227302fc0
commit
8710816a6f
8 changed files with 6 additions and 167 deletions
|
|
@ -26,8 +26,6 @@ module.exports.parse = (podcastDescription, audioDurationSecs) => {
|
|||
throw new Error('Audio duration must not be null')
|
||||
}
|
||||
|
||||
Logger.info('Description!', podcastDescription)
|
||||
|
||||
// This number is arbitrary, but there have been examples where descriptions of the chapter are on the same line as the chapter title
|
||||
// This results in a unpleasant UX where the chapter is very long, it's also possible that an overly long chapter title is the result of a parsing failure
|
||||
const maxChapterTitleLength = 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue