Use different source for fallback thumbnail

This commit is contained in:
Omar Roth 2018-03-07 16:48:43 -06:00
parent 24fc14ac7a
commit b388181cd4
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ get "/search" do |env|
if thumbnail
video["thumbnail"] = thumbnail.content
else
video["thumbnail"] = "http://via.placeholder.com/246x138"
video["thumbnail"] = "https://dummyimage.com/246x138"
end
end