Show video and audio codec

This commit is contained in:
supositware 2022-06-16 14:28:49 +02:00
parent 13077b1784
commit 3dad025bb6

View file

@ -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,
});
});