Fix extending song
This commit is contained in:
parent
74d34fb5de
commit
4344c66885
@ -368,6 +368,7 @@ class SunoApi {
|
||||
title: string = '',
|
||||
model?: string
|
||||
): Promise<AudioInfo> {
|
||||
await this.keepAlive(false);
|
||||
const response = await this.client.post(
|
||||
`${SunoApi.BASE_URL}/api/generate/v2/`,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user