aboutsummaryrefslogtreecommitdiff
path: root/elac-play
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-14 15:14:43 +0200
committerMinteck <contact@minteck.org>2022-06-14 15:14:43 +0200
commitd7fc6b0eccb2907d5ed11226323a9c93a90e6978 (patch)
treed3dd55bc2b4952fa325314dcb13440eec3cef0b9 /elac-play
parentee4f177ad9bf549c9d4763ded3334d93d4dd71ae (diff)
downloadelac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.tar.gz
elac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.tar.bz2
elac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.zip
Fuck you Safari
Diffstat (limited to 'elac-play')
-rwxr-xr-xelac-play2
1 files changed, 1 insertions, 1 deletions
diff --git a/elac-play b/elac-play
index 19d91ff..ed9aa88 100755
--- a/elac-play
+++ b/elac-play
@@ -73,7 +73,7 @@ for (let input of inputs) {
console.log("Decoding \"" + inputFile + ":/" + input._id + "\"...");
- let outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".ogg";
+ let outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".mp3";
if (input.lossless) {
outFile = os.tmpdir() + "/elac-play-temp/" + input._id + ".flac";
}