fix(legacy): add play button to stream player (#2190)

This commit is contained in:
Jonas L 2022-09-27 08:14:53 +02:00 committed by GitHub
parent 2efe714b03
commit 3ef42413d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 14 deletions

View file

@ -93,10 +93,6 @@ class DashboardController extends Zend_Controller_Action
public function streamPlayerAction()
{
$CC_CONFIG = Config::getConfig();
$baseUrl = Config::getBasePath();
$this->view->headLink()->appendStylesheet(Assets::url('js/jplayer/skin/jplayer.blue.monday.css'));
$this->_helper->layout->setLayout('livestream');