diff options
author | Minteck <contact@minteck.org> | 2022-06-14 15:14:43 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-14 15:14:43 +0200 |
commit | d7fc6b0eccb2907d5ed11226323a9c93a90e6978 (patch) | |
tree | d3dd55bc2b4952fa325314dcb13440eec3cef0b9 /elac-decode | |
parent | ee4f177ad9bf549c9d4763ded3334d93d4dd71ae (diff) | |
download | elac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.tar.gz elac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.tar.bz2 elac-d7fc6b0eccb2907d5ed11226323a9c93a90e6978.zip |
Fuck you Safari
Diffstat (limited to 'elac-decode')
-rwxr-xr-x | elac-decode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elac-decode b/elac-decode index 4963806..fc4c623 100755 --- a/elac-decode +++ b/elac-decode @@ -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"; } |