Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Feb 4, 2019
1 parent e85f9a2 commit 5e437ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions command/CommandController.js
Expand Up @@ -309,6 +309,9 @@ router.post('/webpage', VerifyToken, async function(req, res) {
listen_time: mData.listen_time
};

console.log('METADATA IS: ' + respData);
console.log('METADATA IS: ' + JSON.stringify(respData));

let mobileMetadata = await audioHelper.getMobileFileMetadata(
article.resolved_id,
req.body.locale
Expand Down

0 comments on commit 5e437ab

Please sign in to comment.