always have new playlist option.
This commit is contained in:
parent
2dab76e5df
commit
3caab7db1e
2 changed files with 3 additions and 8 deletions
|
@ -276,9 +276,9 @@ class uiPlaylist
|
|||
// add clip if $id is set
|
||||
|
||||
if ($this->activeId) {
|
||||
$this->Base->_retMsg('A playlist is already opened.');
|
||||
return FALSE;
|
||||
$this->release();
|
||||
}
|
||||
|
||||
$datetime = strftime('%Y-%m-%d %H:%M:%S');
|
||||
$plid = $this->Base->gb->createPlaylist($datetime, $this->Base->sessid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue