mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
parent
934bc9b25c
commit
4845f8f318
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Video extends Media
|
|||
if(!$this->isProcessed())
|
||||
return "/assets/packages/static/openvk/video/rendering.apng";
|
||||
|
||||
return preg_replace("%\.[A-z]++$%", ".gif", $this->getURL());
|
||||
return preg_replace("%\.[A-z0-9]++$%", ".gif", $this->getURL());
|
||||
} else {
|
||||
return $this->getVideoDriver()->getThumbnailURL();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue