CC-4186: Playlist Builder -> Smart Playlist : The static Smart Playlist's length value will be empty if no file meet the criteria.
- fixed
This commit is contained in:
parent
825abca61b
commit
ef0e800c92
4 changed files with 6 additions and 5 deletions
|
@ -883,6 +883,7 @@ EOT;
|
|||
public function deleteAllFilesFromBlock()
|
||||
{
|
||||
CcBlockcontentsQuery::create()->findByDbBlockId($this->id)->delete();
|
||||
$this->block->reload();
|
||||
}
|
||||
|
||||
// smart block functions start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue