diff --git a/views/fleet/player-group/component/table.jinja.html b/views/fleet/player-group/component/table.jinja.html
index a3c2e7e..574e759 100644
--- a/views/fleet/player-group/component/table.jinja.html
+++ b/views/fleet/player-group/component/table.jinja.html
@@ -57,12 +57,14 @@
{% endif %}
-
-
-
-
-
-
+ {% if node_player_group.playlist_id and playlists[node_player_group.playlist_id] %}
+
+
+
+
+
+
+ {% endif %}
|
{% endfor %}
diff --git a/views/playlist/component/table.jinja.html b/views/playlist/component/table.jinja.html
index 507d880..24b5b17 100644
--- a/views/playlist/component/table.jinja.html
+++ b/views/playlist/component/table.jinja.html
@@ -72,12 +72,12 @@
{% if playlist.id %}
-
-
-
-
-
-
+
+
+
+
+
+
{% endif %}
|