mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Fix crash due to wrong method call to get screenshot thumbnail
This commit is contained in:
parent
99eee9c758
commit
a92ef0a8a1
@ -18,7 +18,7 @@
|
||||
<ul class="card-body d-flex p-0 flex-row flex-wrap justify-content-start align-content-start p-4">
|
||||
{% for s in screenshots %}
|
||||
<li class="packagetile flex-fill"><a href="{{ s.getEditURL() }}"
|
||||
style="background-image: url({{ s.getThumbnailOrPlaceholder(3) }});">
|
||||
style="background-image: url({{ s.getThumbnailURL(3) }});">
|
||||
<div class="packagegridscrub"></div>
|
||||
<div class="packagegridinfo">
|
||||
<h3>
|
||||
|
Loading…
Reference in New Issue
Block a user