test filtre 4/?

This commit is contained in:
2024-06-04 16:39:51 +02:00
parent d9c01b0729
commit 3796662e08
3 changed files with 6 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class Albums extends CI_Controller {
$artist = $this->input->get('artist');
$query = $this->input->get('query');
$albums = $this->model_music->getAlbums($genre, $order, $artist);
$albums = $this->model_music->getAlbums($genre, $order, $artist, $query);
$genres = $this->model_music->researchtype();
$artists = $this->model_music->nameArtist();