CC-3675: Playlist -> the files from Disconnected Mediafolder can still
be previewed (played) - done
This commit is contained in:
parent
a41f100545
commit
3c4d01aa93
4 changed files with 23 additions and 10 deletions
|
@ -373,7 +373,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$this->view->switch_status = $switch_status;
|
||||
|
||||
$this->view->entries = $range;
|
||||
$this->view->show_name = $show[0]["name"];
|
||||
$this->view->show_name = isset($show[0])?$show[0]["name"]:"";
|
||||
}
|
||||
|
||||
public function removeGroupAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue