CC-4639: Give an option to allow smart blocks to reuse tracks if not enough tracks meet the time limit.
- done
This commit is contained in:
parent
00947f9d7e
commit
9d495ebc03
6 changed files with 99 additions and 10 deletions
|
@ -513,6 +513,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
} catch (BlockNotFoundException $e) {
|
||||
$this->playlistNotFound('block', true);
|
||||
} catch (Exception $e) {
|
||||
Logging::info($e);
|
||||
$this->playlistUnknownError($e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue