Skip to content

Commit eda4d29

Browse files
Update src/plugins/synced-lyrics/renderer/renderer.tsx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74e04f4 commit eda4d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/synced-lyrics/renderer/renderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ createEffect(() => {
143143
const skipLanguages = cfg.autoSkipLanguages
144144
.split(',')
145145
.map(lang => lang.trim().toLowerCase())
146-
.filter(lang => lang.length > 0);
146+
.filter((lang) => lang.length > 0);
147147

148148
if (skipLanguages.length === 0) return;
149149

0 commit comments

Comments
 (0)