Skip to content
Snippets Groups Projects
Commit 4b5083e3 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed the rebellous space, replaced with a tab

parent 0c6af551
No related merge requests found
......@@ -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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment