From f64651dd1e98ba6aa55785be62f104a2bbb1c237 Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Sun, 19 Feb 2023 23:31:03 +0100 Subject: [PATCH] add missing artist entry for artist collections --- 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 14f85275..4480b8d0 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': + % elif child['media_type'] == 'album' or child['media_type'] == 'artist':