mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
[web] Rename lyrics component
This commit is contained in:
@@ -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() }
|
||||
},
|
||||
Reference in New Issue
Block a user