Fixed a couple of issues, should be working well now

This commit is contained in:
Keagan Hilliard 2022-11-03 09:32:50 -06:00
parent c1938f78c2
commit d57effe97c
2 changed files with 6 additions and 5 deletions

View file

@ -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)
}