diff --git a/js/ui.js b/js/ui.js index e8ab13b..6efa5f0 100644 --- a/js/ui.js +++ b/js/ui.js @@ -1028,7 +1028,8 @@ async showFullscreenCover(track, nextTrack, lyricsManager, audioPlayer) { removeBtn.title = 'Remove from playlist'; removeBtn.innerHTML = ''; removeBtn.dataset.trackIndex = index; - actionsDiv.appendChild(removeBtn); + const menuBtn = actionsDiv.querySelector('.track-menu-btn'); + actionsDiv.insertBefore(removeBtn, menuBtn); }); // Update header like button - hide for user playlists