Correction de bugs

This commit is contained in:
stiti
2024-05-25 19:13:36 +02:00
parent fb03d5b832
commit 82d46c251d
10 changed files with 206 additions and 80 deletions

View File

@@ -57,6 +57,8 @@ $route['musiques'] = 'Musiques/index';
$route['artiste/(:num)'] = 'artiste/index/$1';
$route['search'] = 'search/index';
$route['mentions-legals'] = 'MentionsLegales/index';
$route['playlists/add_artist/(:num)'] = 'playlists/add_artist/$1';