fix function that should not be static
This commit is contained in:
parent
90f34b12a7
commit
0c5831bbd4
|
@ -98,7 +98,7 @@ class FeedService
|
|||
}
|
||||
|
||||
/** Use FFProbe to get the media duration, probably the easiest way but requires a working FFMpeg install. */
|
||||
protected static function getFileDuration(string $filepath): string
|
||||
protected function getFileDuration(string $filepath): string
|
||||
{
|
||||
$ffprobeConfig = [];
|
||||
if ($this->ffprobePath) {
|
||||
|
|
Loading…
Reference in a new issue