diff --git a/htmlUI/templates/menu.tpl b/htmlUI/templates/menu.tpl
index 8fa881f73..317e8a276 100644
--- a/htmlUI/templates/menu.tpl
+++ b/htmlUI/templates/menu.tpl
@@ -35,14 +35,9 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
##Playlists##
diff --git a/htmlUI/ui_playlist.class.php b/htmlUI/ui_playlist.class.php
index af9fe715a..321c3f467 100644
--- a/htmlUI/ui_playlist.class.php
+++ b/htmlUI/ui_playlist.class.php
@@ -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);