CC-4639: Give an option to allow smart blocks to reuse tracks if not enough
tracks meet the time limit - code optimazation
This commit is contained in:
parent
1899d588ee
commit
9293a26738
2 changed files with 13 additions and 16 deletions
|
@ -513,7 +513,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
} catch (BlockNotFoundException $e) {
|
||||
$this->playlistNotFound('block', true);
|
||||
} catch (Exception $e) {
|
||||
Logging::info($e);
|
||||
//Logging::info($e);
|
||||
$this->playlistUnknownError($e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue