@@ -93,7 +93,7 @@ |
||
| 93 | 93 | }elseif ($fs->exists($lockFileLocation)) { |
| 94 | 94 | $error = $this->get('translator')->trans('encoding.pending', [], 'stream'); |
| 95 | 95 | $this->flashMessage(ControllerUtilsTrait::$flashInfo, $error); |
| 96 | - }elseif(!$fs->exists($playlistFileLocation)) { |
|
| 96 | + }elseif (!$fs->exists($playlistFileLocation)) { |
|
| 97 | 97 | $error = $this->get('translator')->trans('encoding.no-playlist', [], 'stream'); |
| 98 | 98 | $this->flashMessage(ControllerUtilsTrait::$flashDanger, $error); |
| 99 | 99 | } |
@@ -90,10 +90,10 @@ |
||
| 90 | 90 | if ($fs->exists($errorFileLocation)) { |
| 91 | 91 | $error = $this->get('translator')->trans('encoding.error', [], 'stream'); |
| 92 | 92 | $this->flashMessage(ControllerUtilsTrait::$flashDanger, $error); |
| 93 | - }elseif ($fs->exists($lockFileLocation)) { |
|
| 93 | + } elseif ($fs->exists($lockFileLocation)) { |
|
| 94 | 94 | $error = $this->get('translator')->trans('encoding.pending', [], 'stream'); |
| 95 | 95 | $this->flashMessage(ControllerUtilsTrait::$flashInfo, $error); |
| 96 | - }elseif(!$fs->exists($playlistFileLocation)) { |
|
| 96 | + } elseif(!$fs->exists($playlistFileLocation)) { |
|
| 97 | 97 | $error = $this->get('translator')->trans('encoding.no-playlist', [], 'stream'); |
| 98 | 98 | $this->flashMessage(ControllerUtilsTrait::$flashDanger, $error); |
| 99 | 99 | } |