diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-19 12:57:52 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-19 12:57:52 +0200 |
| commit | 81654b53ae422431255a1e3fbc4cd520aeffcb06 (patch) | |
| tree | f2fe16d44d886089e82b3d30b583063e186921c2 /templates/search.html | |
| parent | ae8513f692688106058356aabd05424437405c11 (diff) | |
| download | grimtube-81654b53ae422431255a1e3fbc4cd520aeffcb06.tar.gz | |
Update ytparser (migrated to srht)
Diffstat (limited to 'templates/search.html')
| -rw-r--r-- | templates/search.html | 2 |
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> |
