mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-03 14:39:41 +00:00
Update absId to id
This commit is contained in:
parent
d5cd4f7944
commit
94e13014ed
4 changed files with 6 additions and 6 deletions
|
|
@ -821,7 +821,7 @@ class BookScanner {
|
|||
const metadataFilePath = Path.join(metadataPath, `metadata.${global.ServerSettings.metadataFileFormat}`)
|
||||
|
||||
const jsonObject = {
|
||||
absId: libraryItem.id,
|
||||
id: libraryItem.id,
|
||||
tags: libraryItem.media.tags || [],
|
||||
chapters: libraryItem.media.chapters?.map((c) => ({ ...c })) || [],
|
||||
title: libraryItem.media.title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue