mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-30 07:45:25 +02:00
Fix bug for certain scan types
Needed to look in to scanOptions to access the properties I wanted. It's..... unclear to me if this needs to be done for those other ones as well. I think so?
This commit is contained in:
parent
5a071babe9
commit
5643c846ee
2 changed files with 9 additions and 3 deletions
|
@ -357,6 +357,7 @@ class Book {
|
|||
return audioFile
|
||||
})
|
||||
|
||||
Logger.debug(`[Book] WE ARE INSIDE UPDATE AUDIO TRACKS ========================`)
|
||||
this.rebuildTracks()
|
||||
}
|
||||
|
||||
|
@ -496,7 +497,6 @@ class Book {
|
|||
return markers
|
||||
}
|
||||
|
||||
|
||||
setChapters(preferOverdriveMediaMarker = false) {
|
||||
// If 1 audio file without chapters, then no chapters will be set
|
||||
var includedAudioFiles = this.audioFiles.filter(af => !af.exclude)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue