CC-3449: Live Stream: Kick out live dj at the end of the show
- PHP side implementation
This commit is contained in:
parent
24260e8908
commit
f8d3a8c8bb
3 changed files with 26 additions and 1 deletions
|
@ -163,7 +163,11 @@ class Application_Model_Preference
|
|||
}
|
||||
|
||||
public static function GetDefaultTransitionFade() {
|
||||
return self::GetValue("default_transition_fade");
|
||||
$transition_fade = self::GetValue("default_transition_fade");
|
||||
if($transition_fade == ""){
|
||||
$transition_fade = "00.000000";
|
||||
}
|
||||
return $transition_fade;
|
||||
}
|
||||
|
||||
public static function SetStreamLabelFormat($type){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue