Correction de bugs dans la playlist

This commit is contained in:
stiti
2024-05-25 22:51:53 +02:00
parent 82d46c251d
commit 9455538c75
3 changed files with 57 additions and 30 deletions

View File

@@ -227,6 +227,4 @@ class Model_music extends CI_Model {
$this->db->where('album.artistid', $artist_id);
return $this->db->get()->result();
}
}