mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 12:35:00 +02:00
Add:Support AAC audio files #244
This commit is contained in:
parent
8722cc35d9
commit
1463af28ce
4 changed files with 4 additions and 5 deletions
|
@ -194,7 +194,6 @@ class Scanner {
|
|||
|
||||
// Remove audiobooks with no inode
|
||||
audiobookDataFound = audiobookDataFound.filter(abd => abd.ino)
|
||||
|
||||
var audiobooksInLibrary = this.db.audiobooks.filter(ab => ab.libraryId === libraryScan.libraryId)
|
||||
|
||||
const NumScansPerChunk = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue