20_gamelist_performance_improv #29

Merged
odecif merged 2 commits from 20_gamelist_performance_improv into master 2023-09-20 15:18:43 +02:00
Showing only changes of commit 014fa4c9a2 - Show all commits

View File

@ -24,7 +24,6 @@
{% for thumbnail in thumbnails %}
{% if thumbnail.nfo == item.nfo %}
<td><a href="{{ url_for('game', gamepath=item.path, lang_code=lang_code)}}"><img src="data:image/jpeg;base64,{{thumbnail.displayimage}}"></img></a></td>
<!--<td>{{thumbnail.displayimage}}</td>-->
{% endif %}
{% else %}
<td></td>