Commit 6df5bc51 authored by Andreas Heimann's avatar Andreas Heimann

published add to playlist

parent 42cd9717
......@@ -315,7 +315,6 @@
<form action="" method="POST" class="overlay-content">
<div class="title">ADD TO PLAYLIST</div>
<div class="playlist-list">
{% if is_granted('ROLE_MODERATOR') %}
{% for key,playlist in userPlaylists %}
{% set isInPlaylist = false %}
{% for playlistSong in playlist.songs %}
......@@ -332,9 +331,6 @@
{% if userPlaylists|length == 0 %}
<div class="playlist-empty">You don't have any playlists yet.</div>
{% endif %}
{% else %}
<div class="playlist-empty">Coming Soon</div>
{% endif %}
</div>
<div class="actions">
<div class="button" onclick="closePlaylistOverlay()">Close</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment