mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Fixed a couple of issues, should be working well now
This commit is contained in:
@@ -57,7 +57,7 @@ class AudioMetadataMangaer {
|
||||
|
||||
const results = []
|
||||
for (const af of audioFiles) {
|
||||
const result = await this.updateAudioFileMetadataWithTone(libraryItem.id, af, toneMetadataObject, itemCacheDir)
|
||||
const result = await this.updateAudioFileMetadataWithTone(libraryItem.id, af, toneJsonPath, itemCacheDir)
|
||||
results.push(result)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user