This commit is contained in:
Nordi98 2025-08-03 19:32:07 +02:00
parent 585ee069c2
commit b0f9fbee65
3 changed files with 620 additions and 6 deletions

View file

@ -123,6 +123,20 @@
</div>
</div>
<div class="playlist-browser">
<div class="browser-header">
<h4>PLAYLISTS</h4>
<button id="create-playlist-btn" class="create-playlist-btn">
<i class="fas fa-plus"></i> Neue Playlist
</button>
</div>
<div id="playlist-container" class="playlist-container">
<!-- Playlists werden hier dynamisch eingefügt -->
</div>
</div>
<!-- Channel Controls -->
<div class="channel-controls">
<!-- Channel A -->