diff --git a/app/components/compilations.vue b/app/components/compilations.vue
index 312dfb8..d6025b4 100644
--- a/app/components/compilations.vue
+++ b/app/components/compilations.vue
@@ -4,7 +4,9 @@
:BoxState="boxStates[compilation.id]" @click="() => openCompilation(compilation.id)"
:class="boxStates[compilation.id]" class="text-center">
+ class="relative z-40 rounded-full size-24 bottom-1/2 text-2xl">
+ {{ !playerStore.isPaused && playerStore.currentTrack?.compilationId === compilation.id ? 'II' : '▶' }}
+