From 4344c6688541cc00307794f2083efc8c48ce4fd3 Mon Sep 17 00:00:00 2001 From: tmirkovic Date: Sat, 9 Nov 2024 20:21:42 -0500 Subject: [PATCH] Fix extending song --- src/lib/SunoApi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/SunoApi.ts b/src/lib/SunoApi.ts index a7018da..5c74184 100644 --- a/src/lib/SunoApi.ts +++ b/src/lib/SunoApi.ts @@ -368,6 +368,7 @@ class SunoApi { title: string = '', model?: string ): Promise { + await this.keepAlive(false); const response = await this.client.post( `${SunoApi.BASE_URL}/api/generate/v2/`, {