1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed performance view on artist page for uncredited

This commit is contained in:
Krateng
2020-09-01 14:26:00 +02:00
parent 10f636e7ed
commit f7f1b1225e
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@
style="{{ 'display:none;' if initialrange==r.identifier else '' }}"
>
{% with limitkeys={"since":r.firstrange},delimitkeys={'step':r.identifier,'trail':1} %}
{% with filterkeys={'artist':credited},limitkeys={"since":r.firstrange},delimitkeys={'step':r.identifier,'trail':1} %}
{% include 'partials/performance.jinja' %}
{% endwith %}
</span>