diff --git a/src/renderer/src/components/FullScreenPlayer.vue b/src/renderer/src/components/FullScreenPlayer.vue index cd55ccf..92c1c3e 100644 --- a/src/renderer/src/components/FullScreenPlayer.vue +++ b/src/renderer/src/components/FullScreenPlayer.vue @@ -11,7 +11,7 @@
@@ -220,8 +220,6 @@ const playerStore = usePlayerStore(); const isPlayerFullScreen = computed(() => playerStore.isPlayerFullScreen); const currentSong = computed(() => playerStore.currentSong); const isPlaying = computed(() => playerStore.isPlaying); -const loudness = computed(() => playerStore.loudness); - const canvasRef = ref(null); let animationId: number | null = null; let currentData: number[] = new Array(32).fill(0); // For temporal smoothing