add server selector to collapsed sidebar (#1401)

This commit is contained in:
jeffvli
2025-12-25 01:37:07 -08:00
parent 8205eeed22
commit 20c19cac6f
4 changed files with 60 additions and 4 deletions
@@ -36,7 +36,6 @@ export const LyricsActions = ({
onTranslateLyric,
onUpdateOffset,
setIndex,
settingsKey = 'default',
}: LyricsActionsProps) => {
const { t } = useTranslation();
const currentSong = usePlayerSong();