diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 04e6b7a..c2cd9d3 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -263,7 +263,9 @@ class FrontController private function getAudioResponse(Request $request, Response $response, array $params, $password = null) { try { - if (isset($params['from']) && !empty($params['from']) || isset($params['to']) && !empty($params['to'])) { + if ((isset($params['from']) && !empty($params['from'])) + || (isset($params['to']) && !empty($params['to'])) + ) { throw new Exception('Force convert when we need to seek.'); }