mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Fix video placeholder thumbnail not showing
This commit is contained in:
@@ -7,7 +7,7 @@ import ".."/[types, utils, formatters]
|
||||
|
||||
proc getSmallPic(url: string): string =
|
||||
result = url
|
||||
if "?" notin url:
|
||||
if "?" notin url and not url.endsWith("placeholder.png"):
|
||||
result &= ":small"
|
||||
result = getPicUrl(result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user