We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9dbb9 commit 1460566Copy full SHA for 1460566
web/src/main/playlist.js
@@ -63,6 +63,8 @@ export function spawnPlaylistNode(id, name, json, nodeId, allowDeletion) {
63
64
if (!allowDeletion) {
65
node.querySelector(".dropdown").remove();
66
+ } else if (!isLoggedIn()) {
67
+ node.querySelector(".dropdown").classList.add("is-hidden");
68
}
69
70
document.getElementById(nodeId).appendChild(node);
0 commit comments