CC-3532: Now Playing GUI-> Progress bar is still playing after end of show
-fixed
This commit is contained in:
parent
edcce7432d
commit
366ea78fce
2 changed files with 11 additions and 6 deletions
|
@ -308,7 +308,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
|
||||
public function getCurrentPlaylistAction()
|
||||
{
|
||||
|
||||
$range = Application_Model_Schedule::GetPlayOrderRange();
|
||||
|
||||
/* Convert all UTC times to localtime before sending back to user. */
|
||||
|
@ -348,7 +347,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$this->view->switch_status = $switch_status;
|
||||
|
||||
$this->view->entries = $range;
|
||||
|
||||
}
|
||||
|
||||
public function removeGroupAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue