Skip to content

Commit be89f19

Browse files
committed
🐞 fix: 修复我喜欢的音乐更新不及时
1 parent 6938b64 commit be89f19

4 files changed

Lines changed: 97 additions & 302 deletions

File tree

native/tools/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export interface SongMetadata {
1515
description?: string
1616
}
1717

18-
export declare function writeMusicMetadata(filePath: string, metadata: SongMetadata, coverPath?: string | undefined | null): void
18+
export declare function writeMusicMetadata(filePath: string, metadata: SongMetadata, coverPath?: string | undefined | null): Promise<void>

0 commit comments

Comments
 (0)