added support for more formats

This commit is contained in:
uh wot 2021-08-03 21:08:46 +02:00
parent ada8193533
commit 827da7a0f8
Signed by: uhwot
GPG Key ID: CB2454984587B781
2 changed files with 6 additions and 1 deletions

2
dist/worker.js vendored

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,14 @@ addEventListener('fetch', event => {
})
const format_string_to_num = {
'aac_96': '8',
'64': '10',
'128': '1',
'320': '3',
'ra1': '13',
'ra2': '14',
'ra3': '15',
'sbc_256': '12',
'misc': '0',
}