CC-3532: Now Playing GUI-> Progress bar is still playing after end of show

-fixed
This commit is contained in:
Martin Konecny 2012-04-03 18:29:36 -04:00
parent edcce7432d
commit 366ea78fce
2 changed files with 11 additions and 6 deletions

View file

@ -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()