From 5eebf6592a26f8b213b14ce096882649f3fa1a2b Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 14 Sep 2015 01:09:12 +0200 Subject: [PATCH] Make music items clickable in activity pane now that we have info pages. --- data/interfaces/default/current_activity.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html index db7b1d70..f6ab2bd6 100644 --- a/data/interfaces/default/current_activity.html +++ b/data/interfaces/default/current_activity.html @@ -67,7 +67,7 @@ DOCUMENTATION :: END % if data['stream_count'] != '0': % for a in data['sessions']:
- % if a['type'] == 'movie' or a['type'] == 'episode': + % if a['type'] == 'movie' or a['type'] == 'episode' or a['type'] == 'track': % endif
@@ -214,7 +214,7 @@ DOCUMENTATION :: END % elif a['type'] == 'clip': ${a['title']} % elif a['type'] == 'track': - ${a['grandparent_title']} - ${a['title']} + ${a['grandparent_title']} - ${a['title']} % elif a['type'] == 'photo': ${a['parent_title']} % else: @@ -227,7 +227,7 @@ DOCUMENTATION :: END % elif a['type'] == 'movie': ${a['year']} % elif a['type'] == 'track': - ${a['parent_title']} + ${a['parent_title']} % elif a['type'] == 'photo': ${a['title']} % else: