CC-3927: Should automatically switch back to Master/Show stream if there is a
connection interruption - done
This commit is contained in:
parent
4bcf904f92
commit
b23e3d0a54
6 changed files with 60 additions and 6 deletions
|
@ -840,6 +840,14 @@ class Application_Model_Preference
|
|||
return self::GetValue("live_dj_source_connection_url");
|
||||
}
|
||||
|
||||
public static function SetAutoTransition($value){
|
||||
self::SetValue("auto_transition", $value, false);
|
||||
}
|
||||
|
||||
public static function GetAutoTransition(){
|
||||
return self::GetValue("auto_transition");
|
||||
}
|
||||
|
||||
public static function SetEnableSystemEmail($upload) {
|
||||
self::SetValue("enable_system_email", $upload);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue