Modifications des tris dans musique

This commit is contained in:
stiti
2024-05-30 14:38:38 +02:00
parent 6f6d5ecacb
commit a00bb1852e
5 changed files with 75 additions and 41 deletions

View File

@@ -83,8 +83,6 @@ class Playlists extends CI_Controller {
}
}
public function update($playlist_id) {
// Vérifier si l'utilisateur est connecté
$this->verify_playlist_ownership($playlist_id);
@@ -113,7 +111,6 @@ class Playlists extends CI_Controller {
}
}
public function add_song($playlist_id) {
$this->verify_playlist_ownership($playlist_id);
@@ -143,7 +140,6 @@ class Playlists extends CI_Controller {
}
}
public function delete($playlist_id) {
$this->verify_playlist_ownership($playlist_id);