From 485cd237c4f129ce4e3653f6fac62084746abe80 Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:21:51 +0100 Subject: [PATCH] optimize statement --- data/interfaces/default/info_children_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/info_children_list.html b/data/interfaces/default/info_children_list.html index 4480b8d0..5058f8ef 100644 --- a/data/interfaces/default/info_children_list.html +++ b/data/interfaces/default/info_children_list.html @@ -180,7 +180,7 @@ DOCUMENTATION :: END ${child['title']} - % elif child['media_type'] == 'album' or child['media_type'] == 'artist': + % elif child['media_type'] in ('album', 'artist'):