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:
parent
10f636e7ed
commit
f7f1b1225e
@ -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>
|
<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>
|
||||||
<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>
|
||||||
<div>
|
<div>
|
||||||
<span><input id="searchinput" placeholder="Search for an artist or track..." oninput="search(this)" onblur="clearresults()" /></span>
|
<span><input id="searchinput" placeholder="Search for an artist or track..." oninput="search(this)" onblur="clearresults()" /></span>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
style="{{ 'display:none;' if initialrange==r.identifier else '' }}"
|
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' %}
|
{% include 'partials/performance.jinja' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</span>
|
</span>
|
||||||
|
@ -38,7 +38,7 @@ table.top_info td.image div {
|
|||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
background-position:center;
|
background-position:top;
|
||||||
height:174px;
|
height:174px;
|
||||||
width:174px
|
width:174px
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user