Fix thumbnails not loading on trending pages.

This commit is contained in:
metalune 2021-01-23 15:33:19 +01:00
parent 2a8ee4988a
commit 1c53b7ccc2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% for video in videos.data %}
<tr>
<td>
<img src="/{{ 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>