summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious.cr2
-rw-r--r--src/views/index.ecr2
-rw-r--r--src/views/search.ecr2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 182f6610..c0b22d69 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -312,7 +312,7 @@ get "/watch" do |env|
video.description = fill_links(video.description, "https", "www.youtube.com")
video.description = add_alt_links(video.description)
- thumbnail = "https://i1.ytimg.com/vi/#{id}/mqdefault.jpg"
+ thumbnail = "https://i.ytimg.com/vi/#{id}/mqdefault.jpg"
templated "watch"
end
diff --git a/src/views/index.ecr b/src/views/index.ecr
index d7eaa4dd..9d841a20 100644
--- a/src/views/index.ecr
+++ b/src/views/index.ecr
@@ -8,7 +8,7 @@
<div class="pure-u-1 pure-u-md-1-4">
<div style="overflow-wrap:break-word; word-wrap:break-word;" class="h-box">
<a style="width:100%;" href="/watch?v=<%= video.id %>">
- <img style="width:100%;" src="https://i1.ytimg.com/vi/<%= video.id %>/mqdefault.jpg"/>
+ <img style="width:100%;" src="https://i.ytimg.com/vi/<%= video.id %>/mqdefault.jpg"/>
<p><%= video.title %></p>
</a>
<p>
diff --git a/src/views/search.ecr b/src/views/search.ecr
index 3da7f42f..df44c253 100644
--- a/src/views/search.ecr
+++ b/src/views/search.ecr
@@ -8,7 +8,7 @@
<div class="pure-u-1 pure-u-md-1-4">
<div style="overflow-wrap:break-word; word-wrap:break-word;" class="h-box">
<a style="width:100%;" href="/watch?v=<%= video["id"] %>">
- <img style="width:100%;" src="https://i1.ytimg.com/vi/<%= video["id"] %>/mqdefault.jpg"/>
+ <img style="width:100%;" src="https://i.ytimg.com/vi/<%= video["id"] %>/mqdefault.jpg"/>
<p><%= video["title"] %></p>
</a>
<p>