*** empty log message ***
This commit is contained in:
parent
a49bac6b5c
commit
43056f66d1
|
@ -85,7 +85,7 @@ class uiScheduler extends uiCalendar
|
|||
function copyPlFromSP()
|
||||
{
|
||||
foreach ($this->Base->SCRATCHPAD->get() as $val) {
|
||||
if (strtolower($val['type'])=='playlist')
|
||||
if (strtolower($val['type'])=='playlist' && $val['id']!=$this->Base->PLAYLIST->activeId)
|
||||
$this->playlists[] = $val;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue