refactor: re-order decryption factory
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8b628fd6ce
commit
486f1fe898
@ -12,12 +12,7 @@ import { TransparentCrypto } from './transparent/transparent';
|
|||||||
import { QingTingFM$Device } from './qtfm/qtfm_device';
|
import { QingTingFM$Device } from './qtfm/qtfm_device';
|
||||||
|
|
||||||
export const allCryptoFactories: CryptoFactory[] = [
|
export const allCryptoFactories: CryptoFactory[] = [
|
||||||
// Xiami (*.xm)
|
/// File with fixed headers goes first.
|
||||||
XiamiCrypto.make,
|
|
||||||
|
|
||||||
// QMCv2 (*.mflac)
|
|
||||||
QMC2CryptoWithKey.make,
|
|
||||||
QMC2Crypto.make,
|
|
||||||
|
|
||||||
// NCM (*.ncm)
|
// NCM (*.ncm)
|
||||||
NCMCrypto.make,
|
NCMCrypto.make,
|
||||||
@ -28,6 +23,17 @@ export const allCryptoFactories: CryptoFactory[] = [
|
|||||||
// KWMv1 (*.kwm)
|
// KWMv1 (*.kwm)
|
||||||
KWMCrypto.make,
|
KWMCrypto.make,
|
||||||
|
|
||||||
|
// Xiami (*.xm)
|
||||||
|
XiamiCrypto.make,
|
||||||
|
|
||||||
|
/// File with a fixed footer goes second
|
||||||
|
|
||||||
|
// QMCv2 (*.mflac)
|
||||||
|
QMC2CryptoWithKey.make,
|
||||||
|
QMC2Crypto.make,
|
||||||
|
|
||||||
|
/// File without an obvious header or footer goes last.
|
||||||
|
|
||||||
// Migu3D/Keyless (*.wav; *.m4a)
|
// Migu3D/Keyless (*.wav; *.m4a)
|
||||||
MiguCrypto.make,
|
MiguCrypto.make,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user