Browse Source

Change type

20230320
Yuki1536 2 years ago
parent
commit
3393bb0bff
No known key found for this signature in database GPG Key ID: 86673EBBC510CD6C
  1. 2
      src/decrypt/ximalaya.ts

2
src/decrypt/ximalaya.ts

@ -3,7 +3,7 @@ import { AudioMimeType, SniffAudioExt, GetArrayBuffer, GetMetaFromFile } from ".
import { DecryptResult } from '@/decrypt/entity';
const HandlerMap: Map<string, Function> = new Map([
const HandlerMap: Map<string, (data: Uint8Array) => Uint8Array> = new Map([
["x2m", ProcessX2M],
["x3m", ProcessX3M],
]);

Loading…
Cancel
Save