ajout temps

This commit is contained in:
2024-06-11 15:08:29 +02:00
parent ffd3f5dd39
commit 906c5abf52
4 changed files with 16 additions and 6 deletions

View File

@@ -40,9 +40,10 @@ class Albums extends CI_Controller {
}
$playlists = $this->model_music->getPlaylist();
$this->load->view('layout/header');
$this->load->view('song_album_list', ['songs' => $songs, 'playlists' => $playlists]);
$this->load->view('song_album_list', ['songs' => $songs, 'playlists' => $playlists]);
$this->load->view('layout/footer');
}
}
public function addAllSongsToPlaylist(){
$album_id = $this->input->post('album_id');