duplication playlist

This commit is contained in:
2024-06-16 19:05:37 +02:00
parent 9597b8492f
commit 4efd73e0bf
16 changed files with 428 additions and 152 deletions

View File

@@ -10,8 +10,10 @@
<?php foreach ($playlists as $playlist): ?>
<div class="playlist-option">
<label>
<?php if($this->model_music->SongInPlaylist($id) == false){ ?>
<input type="radio" name="playlist_id" value="<?= $playlist->playlistid ?>">
<?= $playlist->name ?>
<?php } ?>
</label>
</div>
<?php endforeach; ?>