Add .qmcogg (without test)

Add Tips
This commit is contained in:
MengYX
2019-11-10 00:59:13 +08:00
parent 3a50460c61
commit 9e9b2ec7f3
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":