chore: make note of qmcv1 factory
This commit is contained in:
parent
00267dc230
commit
4abe50515c
@ -11,6 +11,8 @@ onmessage = bus.onmessage;
|
||||
const decryptorFactories: CryptoFactory[] = [
|
||||
// Xiami (*.xm)
|
||||
() => new XiamiCrypto(),
|
||||
|
||||
// QMCv1 (*.qmcflac)
|
||||
() => new QMC1Crypto(),
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user