From b18469722f9836ed005387ba80e57fa6c60569f6 Mon Sep 17 00:00:00 2001 From: metalune Date: Sat, 8 May 2021 14:33:35 +0200 Subject: [PATCH] Make 0p appear as 'Audio Only' --- templates/video.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/video.html b/templates/video.html index 97b8350..d5d6d04 100644 --- a/templates/video.html +++ b/templates/video.html @@ -29,7 +29,11 @@ By: {% endif %} {% for resolution in video.resolutions %} - {{ resolution.label }} + {% if resolution.label == "0p" %} + Audio Only + {% else %} + {{ resolution.label }} + {% endif %} {% endfor %} Embedded