Fix GH-262

This commit is contained in:
krateng 2023-10-30 17:02:40 +01:00
parent dc05184552
commit 504450fd84

View File

@ -15,7 +15,7 @@
<div class="lazy" data-bg="{{ img }}"></div>
{% endif %}
</td>
{% if entity is mapping and 'artists' in entity %}
{% if entity is mapping and 'title' in entity %}
{% if settings['TRACK_SEARCH_PROVIDER'] %}
<td class='searchProvider'>{{ links.link_search(entity) }}</td>
{% endif %}