summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2015-12-12 02:07:31 (GMT)
committerPeterTheOne <petertheone@gmail.com>2015-12-12 02:07:31 (GMT)
commitce3ccc03ff5485ff2efccfb0f46c58318bf6ed72 (patch)
tree1d9bbc8b27bd26de6e329438ff3a3b3a1e955a70 /www/js/jingles.js
parent34b6494b49c81ceed32b98403bf2597f8fef8124 (diff)
set USE_METADATA to 0 for jingles
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index b988592..aa982a1 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -465,7 +465,7 @@ Importer.prototype.importAddCut = function(dz, group, file) {
formData.append('CHANNELS', 2);
formData.append('NORMALIZATION_LEVEL', cart.normlevel);
formData.append('AUTOTRIM_LEVEL', cart.trimlevel);
- formData.append('USE_METADATA', 1);
+ formData.append('USE_METADATA', 0); // don't set USE_METADATA 1 for jingles
});
dz.processQueue();
}).fail(function(xhr, status, err) {