chore: make note of qmcv1 factory

This commit is contained in:
鲁树人 2023-05-13 20:04:55 +01:00
parent 00267dc230
commit 4abe50515c

View File

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