We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c71204 commit 6d32765Copy full SHA for 6d32765
1 file changed
app/lib/processSong.ts
@@ -88,7 +88,7 @@ export async function processSong(
88
spotifyTrack.title,
89
spotifyTrack.artist,
90
);
91
- const lyrics = getLyricsResult?.split('\n').slice(0, 25).join('\n') ?? ''
+ const lyrics = getLyricsResult?.split('\n').slice(0, 60).join('\n') ?? ''
92
93
// save song first
94
const song = await addSong(spotifyTrack, lyrics);
0 commit comments