[web] Rename lyrics component

This commit is contained in:
Alain Nussbaumer
2025-05-13 18:23:15 +02:00
parent e2ae67c021
commit d010f8f655
5 changed files with 31 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ const VISIBLE_VERSES = 7
const MIDDLE_POSITION = Math.floor(VISIBLE_VERSES / 2)
export default {
name: 'LyricsPane',
name: 'PaneLyrics',
setup() {
return { playerStore: usePlayerStore(), queueStore: useQueueStore() }
},