We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6938b64 commit be89f19Copy full SHA for be89f19
4 files changed
native/tools/index.d.ts
@@ -15,4 +15,4 @@ export interface SongMetadata {
15
description?: string
16
}
17
18
-export declare function writeMusicMetadata(filePath: string, metadata: SongMetadata, coverPath?: string | undefined | null): void
+export declare function writeMusicMetadata(filePath: string, metadata: SongMetadata, coverPath?: string | undefined | null): Promise<void>
0 commit comments