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

Commit

Permalink
only transcode type mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Nov 13, 2018
1 parent 1a13ef0 commit 4e22b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/database.js
Expand Up @@ -217,7 +217,7 @@ class Database {
const mp3AudioFile = new AudioFiles(mp3FileInfo);
const promiseArr = [mp3AudioFile.save()];

if (xcodeQueue.useXcode()) {
if (xcodeQueue.useXcode() && type == constants.strings.TYPE_MOBILE) {
// save opus file data
let opusCafFileInfo = {};
Object.assign(
Expand Down

0 comments on commit 4e22b8b

Please sign in to comment.