mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-29 03:32:08 +00:00
Use generic url for thumbnails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user