Fix extending song

This commit is contained in:
tmirkovic 2024-11-09 20:21:42 -05:00
parent 74d34fb5de
commit 4344c66885

View File

@ -368,6 +368,7 @@ class SunoApi {
title: string = '', title: string = '',
model?: string model?: string
): Promise<AudioInfo> { ): Promise<AudioInfo> {
await this.keepAlive(false);
const response = await this.client.post( const response = await this.client.post(
`${SunoApi.BASE_URL}/api/generate/v2/`, `${SunoApi.BASE_URL}/api/generate/v2/`,
{ {