CC-3290: A file should be removed from playlists if it is removed
through the interface - fixed
This commit is contained in:
parent
5d02581d38
commit
4ffe79a286
2 changed files with 5 additions and 4 deletions
|
@ -168,7 +168,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
return;
|
||||
}
|
||||
|
||||
$res = $file->delete();
|
||||
$res = $file->delete(true);
|
||||
|
||||
if (PEAR::isError($res)) {
|
||||
$this->view->message = $res->getMessage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue