From 62d07ca2aae702a6499b214ff1c59e86886de2b9 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Tue, 13 May 2025 14:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=B5=D0=B9=D0=BB=D0=B8=D1=81=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D1=81=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=B0=D0=BC=D0=B8=2018+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/details.twig | 4 ++++ views/list.twig | 3 +++ 2 files changed, 7 insertions(+) diff --git a/views/details.twig b/views/details.twig index 6746d83..88e75fc 100644 --- a/views/details.twig +++ b/views/details.twig @@ -81,6 +81,9 @@ {{ playlist.code }} unknown {% endif %} + {% if "adult" in playlist.tags %} + 18+ + {% endif %} @@ -286,6 +289,7 @@ > {% endfor %} diff --git a/views/list.twig b/views/list.twig index 5ee0b27..f2329ea 100644 --- a/views/list.twig +++ b/views/list.twig @@ -51,6 +51,9 @@ {% elseif playlist.isOnline is same as(null) %} unknown {% endif %} + {% if "adult" in playlist.tags %} + 18+ + {% endif %} {{ playlist.name }}
{% if playlist.description|length > 0 %}