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

@ -48,7 +48,7 @@
<span>Get your own Maloja scrobble server on <a target="_blank" rel="noopener noreferrer" href="https://pypi.org/project/malojaserver/">PyPI</a></span>
</div>
<div>
<a href="/"><span style="font-weight:bold;">Maloja</span></a>
<a href="/"><span style="font-weight:bold;">Maloja {% if settings("DEV_MODE") %}[Developer Mode]{% endif %}</span></a>
</div>
<div>
<span><input id="searchinput" placeholder="Search for an artist or track..." oninput="search(this)" onblur="clearresults()" /></span>

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>

View File

@ -38,7 +38,7 @@ table.top_info td.image div {
margin-right:20px;
margin-bottom:20px;
background-size:cover;
background-position:center;
background-position:top;
height:174px;
width:174px
}