always have new playlist option.

This commit is contained in:
naomiaro 2010-10-06 16:52:12 -04:00
parent 2dab76e5df
commit 3caab7db1e
2 changed files with 3 additions and 8 deletions

View file

@ -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);