fix thumbnails not showing in search, local most-liked and recently-added

This commit is contained in:
metalune 2021-01-23 15:40:54 +01:00
parent 1c53b7ccc2
commit cba0d9bdfc
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
{% for video in videos.data %}
<tr>
<td>
<img src="https://{{ domain }}/{{ video.thumbnailPath }}" height="150"/>
<img src="https://{{ domain }}{{ video.thumbnailPath }}" height="150"/>
</td>
<td>
<a href="/{{ domain }}/videos/watch/{{ video.uuid }}">{{ video.name }}</a>

View File

@ -8,7 +8,7 @@
{% for video in videos.data %}
<tr>
<td>
<img src="https://{{ domain }}/{{ video.thumbnailPath }}" height="150"/>
<img src="https://{{ domain }}{{ video.thumbnailPath }}" height="150"/>
</td>
<td>
<a href="/{{ domain }}/videos/watch/{{ video.uuid }}">{{ video.name }}</a>

View File

@ -8,7 +8,7 @@
{% for video in videos.data %}
<tr>
<td>
<img src="https://{{ domain }}/{{ video.thumbnailPath }}" height="150"/>
<img src="https://{{ domain }}{{ video.thumbnailPath }}" height="150"/>
</td>
<td>
<a href="/{{ domain }}/videos/watch/{{ video.uuid }}">{{ video.name }}</a>

View File

@ -10,7 +10,7 @@
<tr>
<td>
<a href="/{{ domain }}/videos/watch/{{ result.uuid }}">
<img src="https://{{ domain }}/{{ result.thumbnailPath }}" height="150"/>
<img src="https://{{ domain }}{{ result.thumbnailPath }}" height="150"/>
</a>
</td>
<td>