modified javascript and binary values to make dynamic default

This commit is contained in:
Robbt 2018-12-11 21:34:06 -05:00
parent c7767c8a8d
commit 4abe301fbb
3 changed files with 3 additions and 3 deletions

View file

@ -1160,7 +1160,7 @@ SQL;
{
$data = $this->organizeSmartPlaylistCriteria($p_criteria);
// saving dynamic/static flag
$blockType = $data['etc']['sp_type'] == 0 ? 'static':'dynamic';
$blockType = $data['etc']['sp_type'] == 0 ? 'dynamic':'static';
$this->saveType($blockType);
$this->storeCriteriaIntoDb($data);