cc-2229-refactor-now-playing-code
-bug fix with red gap bar showing even when there was no gap
This commit is contained in:
parent
038f2e1c69
commit
1337efcdcd
1 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@ class Application_Model_Nowplaying
|
|||
|
||||
//append show gap time row
|
||||
$gapTime = $si->getShowEndGapTime();
|
||||
if ($gapTime > 0)
|
||||
$data[] = Application_Model_Nowplaying::CreateGapRow($gapTime);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue