forked from Supositware/Haha-Yes
Show video and audio codec
This commit is contained in:
parent
13077b1784
commit
3dad025bb6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
qualitys.formats.forEach(f => {
|
||||
options.push({
|
||||
label: f.resolution,
|
||||
description: f.format,
|
||||
description: `${f.format} V: ${f.vcodec} A: ${f.acodec}`,
|
||||
value: f.format_id,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue