Show fps in info if 60

pull/72/head
aandrew-me 3 years ago
parent d3ff06e5d9
commit 32d7307603

@ -340,7 +340,7 @@ async function getInfo(url) {
selectedText +
">" +
(format.height
? format.height + "p"
? format.height + "p" + (format.fps == 60 ? "60" : "")
: "" ||
format.resolution ||
i18n.__(format.format_note) ||

Loading…
Cancel
Save