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: