mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
Fixed the rebellous space, replaced with a tab
This commit is contained in:
parent
0c6af55112
commit
4b5083e3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ if (!\OC_Util::runningOnWindows()) {
|
|||
|
||||
if (self::$avconvBinary) {
|
||||
$cmd = self::$avconvBinary . ' -an -y -ss 1'.
|
||||
' -i ' . escapeshellarg($absPath) .
|
||||
' -i ' . escapeshellarg($absPath) .
|
||||
' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) .
|
||||
' > /dev/null 2>&1';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue