Add .qmcogg (without test)

Add Tips
This commit is contained in:
MengYX
2019-11-10 00:59:13 +08:00
parent 757d4d4847
commit c9770bdd59
3 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ async function Decrypt(file) {
switch (filename_ext) {
case "qmc0":
case "qmc3":
case "qmcogg":
new_ext = "mp3";
break;
case "qmcflac":