mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Add id to the metadata json and use it when moving files if ino cannot be matched
This commit is contained in:
parent
8758c62ae2
commit
6ac0a8a678
4 changed files with 17 additions and 1 deletions
|
|
@ -421,6 +421,7 @@ class PodcastScanner {
|
|||
const metadataFilePath = Path.join(metadataPath, `metadata.${global.ServerSettings.metadataFileFormat}`)
|
||||
|
||||
const jsonObject = {
|
||||
absId: libraryItem.id,
|
||||
tags: libraryItem.media.tags || [],
|
||||
title: libraryItem.media.title,
|
||||
author: libraryItem.media.author,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue