From 4ee3ae64875b65ae29e37533482829b33ef8ad59 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Tue, 21 Oct 2025 12:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=BD=D1=82=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=87=D0=B8=D1=85=20=D0=BA=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2?= =?UTF-8?q?=D0=BD=D1=83=D1=8E=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/list.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/list.twig b/views/list.twig index 9e31d6c..38b6f1f 100644 --- a/views/list.twig +++ b/views/list.twig @@ -60,6 +60,9 @@ {% elseif playlist.isOnline is same as(null) %}unknown {% endif %} + {% if playlist.isOnline is same as(true) %} + {{ playlist.onlinePercent }}% + {% endif %} {% if "adult" in playlist.tags %} 18+ {% endif %}