mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +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())
|
if(!$this->isProcessed())
|
||||||
return "/assets/packages/static/openvk/video/rendering.apng";
|
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 {
|
} else {
|
||||||
return $this->getVideoDriver()->getThumbnailURL();
|
return $this->getVideoDriver()->getThumbnailURL();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue