diff --git a/maloja/web/jinja/performance.jinja b/maloja/web/jinja/performance.jinja
index dd6c711..1ebcca8 100644
--- a/maloja/web/jinja/performance.jinja
+++ b/maloja/web/jinja/performance.jinja
@@ -25,7 +25,7 @@
{{ filterdesc.desc(filterkeys,limitkeys,prefix='of') }}
- {% with artistchart = True %}
+ {% with artistchart = (filterkeys.get('artist') is not none) %}
{% include 'snippets/timeselection.jinja' %}
{% endwith %}