chore: make note of qmcv1 factory

This commit is contained in:
鲁树人 2023-05-13 20:04:55 +01:00
parent fea58ce3f5
commit 2841b5b333

View File

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