chore: make note of qmcv1 factory

This commit is contained in:
Jixun Wu 2023-05-13 20:04:55 +01:00
parent fea58ce3f5
commit 2841b5b333
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ onmessage = bus.onmessage;
const decryptorFactories: CryptoFactory[] = [
// Xiami (*.xm)
() => new XiamiCrypto(),
// QMCv1 (*.qmcflac)
() => new QMC1Crypto(),
];