Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
fix: generateAdvancedMetadata didn't get the data it needed from gene…
Browse files Browse the repository at this point in the history
…rateBasicMetadata
  • Loading branch information
jstarpl committed Apr 1, 2019
1 parent a5f5fd0 commit 08d4277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ async function generateInfo (config, doc) {

if (config.metadata !== null) {
modifier.mediainfo = await generateBasicMetadata(config, doc, json)
doc.mediainfo = modifier.mediainfo

if (!getManualMode()) {
_.merge(modifier.mediainfo, await generateAdvancedMetadata(config, doc))
Expand Down

0 comments on commit 08d4277

Please sign in to comment.