Merge pull request #110 from laxidou/fix/name
FIX: duration field name error
This commit is contained in:
commit
77bc63f9d6
@ -259,7 +259,7 @@ class SunoApi {
|
|||||||
prompt: audio.metadata.prompt,
|
prompt: audio.metadata.prompt,
|
||||||
type: audio.metadata.type,
|
type: audio.metadata.type,
|
||||||
tags: audio.metadata.tags,
|
tags: audio.metadata.tags,
|
||||||
duration: audio.metadata.duration_formatted,
|
duration: audio.metadata.duration,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -367,7 +367,7 @@ class SunoApi {
|
|||||||
prompt: audio.metadata.prompt,
|
prompt: audio.metadata.prompt,
|
||||||
type: audio.metadata.type,
|
type: audio.metadata.type,
|
||||||
tags: audio.metadata.tags,
|
tags: audio.metadata.tags,
|
||||||
duration: audio.metadata.duration_formatted,
|
duration: audio.metadata.duration,
|
||||||
error_message: audio.metadata.error_message,
|
error_message: audio.metadata.error_message,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user