mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 13:39:41 +00:00
Fix library consolidation filter and implement podcast support
This commit is contained in:
parent
b3cdd880e1
commit
23034e6672
12 changed files with 153 additions and 14 deletions
|
|
@ -82,6 +82,7 @@ async function handleMoveLibraryItem(libraryItem, targetLibrary, targetFolder, n
|
|||
libraryItem.relPath = newRelPath
|
||||
libraryItem.isMissing = false
|
||||
libraryItem.isInvalid = false
|
||||
libraryItem.isNotConsolidated = libraryItem.checkIsNotConsolidated()
|
||||
libraryItem.changed('updatedAt', true)
|
||||
await libraryItem.save({ transaction })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue