Fixed issue with selector for performance page

This commit is contained in:
krateng 2023-10-21 21:57:50 +02:00
parent 464382f279
commit cc536f026e

View File

@ -25,7 +25,7 @@
<br/>
{{ filterdesc.desc(filterkeys,limitkeys,prefix='of') }}
<br/><br/>
{% with artistchart = True %}
{% with artistchart = (filterkeys.get('artist') is not none) %}
{% include 'snippets/timeselection.jinja' %}
{% endwith %}