debut suppression playlists
This commit is contained in:
@@ -28,4 +28,10 @@ class Playlist extends CI_Controller {
|
||||
$this->load->view('song_playlist', ['songPlaylists' => $songPlaylists]);
|
||||
//$this->load->view('layout/footer_album');
|
||||
}
|
||||
|
||||
public function deletePlaylist($playlist_id) {
|
||||
$playlists = $this->model_music->deletePlaylist($playlist_id);
|
||||
/*$this->load->view('playlist_list', ['playlists' => $playlists]);*/
|
||||
redirect('playlist/index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user