Add audio only transcoding tests
This commit is contained in:
parent
6ad88df896
commit
3a149e9f8b
8 changed files with 156 additions and 84 deletions
|
@ -357,7 +357,7 @@ function convertCustomConfigBody (body: CustomConfig) {
|
|||
function keyConverter (k: string) {
|
||||
// Transcoding resolutions exception
|
||||
if (/^\d{3,4}p$/.exec(k)) return k
|
||||
if (/^0p$/.exec(k)) return k
|
||||
if (k === '0p') return k
|
||||
|
||||
return snakeCase(k)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue