fixed chinese audio naming

This commit is contained in:
stratuma 2024-06-22 23:34:17 +02:00
parent 1b379c7970
commit 77ed67de86

View File

@ -1343,7 +1343,8 @@ async function mergeVideoFile(
{ locale: 'th-TH', name: 'TH', iso: 'tha', title: 'Thai' },
{ locale: 'vi-VN', name: 'VI', iso: 'vie', title: 'Vietnamese' },
{ locale: 'id-ID', name: 'ID', iso: 'ind', title: 'Indonesian' },
{ locale: 'ko-KR', name: 'KO', iso: 'kor', title: 'Korean' }
{ locale: 'ko-KR', name: 'KO', iso: 'kor', title: 'Korean' },
{ locale: 'zh-CN', name: 'CN', iso: 'zho', title: 'Chinese' }
]
return new Promise((resolve, reject) => {