mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Videos: Use an actual thumbnail for YT videos
This commit is contained in:
parent
e5afb0fc88
commit
170343e989
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ final class YouTubeVideoDriver extends VideoDriver
|
|||
{
|
||||
function getThumbnailURL(): string
|
||||
{
|
||||
return "https://img.youtube.com/vi/$this->id/mq3.jpg";
|
||||
return "https://img.youtube.com/vi/$this->id/mqdefault.jpg";
|
||||
}
|
||||
|
||||
function getURL(): string
|
||||
|
|
Loading…
Reference in a new issue