CC-2904: Space missing between two boxes on "Playlist Builder"
- fixed - extra change: bug on flag name change
This commit is contained in:
parent
1d172ca630
commit
3ac50b0183
3 changed files with 19 additions and 16 deletions
|
@ -432,6 +432,9 @@ class Application_Model_Preference
|
|||
}
|
||||
|
||||
public static function GetEnableStreamConf(){
|
||||
if(self::GetValue("enable_stream_conf") == Null){
|
||||
return "true";
|
||||
}
|
||||
return self::GetValue("enable_stream_conf");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue