summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2020-10-19 12:57:52 +0200
committerJulian Hurst <julian.hurst92@gmail.com>2020-10-19 12:57:52 +0200
commit81654b53ae422431255a1e3fbc4cd520aeffcb06 (patch)
treef2fe16d44d886089e82b3d30b583063e186921c2 /templates
parentae8513f692688106058356aabd05424437405c11 (diff)
downloadgrimtube-81654b53ae422431255a1e3fbc4cd520aeffcb06.tar.gz
Update ytparser (migrated to srht)
Diffstat (limited to 'templates')
-rw-r--r--templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.html b/templates/search.html
index 8a75962..c0cdb76 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -16,7 +16,7 @@
{{range .Items}}
<tr>
<td>
- <a href="/embed?id={{.Id}}"><img width=240 src="{{.Thumb}}"></a>
+ <a href="/embed?id={{.Id}}"><img width=240 src="{{.ThumbUrl}}"></a>
</td>
<td>
<p><a href="/embed?id={{.Id}}">{{.Title}}</a></p>