mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 20:46:09 +02:00
Add Scanner support for podcasts
This commit is contained in:
@@ -172,7 +172,7 @@ class Scanner {
|
||||
|
||||
if (this.cancelLibraryScan[libraryScan.libraryId]) return true
|
||||
|
||||
// Remove audiobooks with no inode
|
||||
// Remove items with no inode
|
||||
libraryItemDataFound = libraryItemDataFound.filter(lid => lid.ino)
|
||||
var libraryItemsInLibrary = this.db.libraryItems.filter(li => li.libraryId === libraryScan.libraryId)
|
||||
|
||||
|
Reference in New Issue
Block a user