diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue
index e503d36..e5741e3 100644
--- a/src/pages/Playroom.vue
+++ b/src/pages/Playroom.vue
@@ -18,7 +18,7 @@ import MusicListIcon from '../assets/icons/musiclist.vue'
import EllipsisHorizontalIcon from '../assets/icons/ellipsishorizontal.vue'
import XIcon from '../assets/icons/x.vue'
import ShuffleIcon from '../assets/icons/shuffle.vue'
-import ListArrowIcon from '../assets/icons/listarrow.vue'
+import CycleTwoArrowsIcon from '../assets/icons/cycletwoarrows.vue'
const playQueueStore = usePlayQueueStore()
gsap.registerPlugin(Draggable)
@@ -140,37 +140,60 @@ function makePlayQueueListDismiss() {
v-if="playQueueStore.list[playQueueStore.currentIndex].album?.coverDeUrl">
-