This commit is contained in:
手瓜一十雪
2024-08-11 00:54:26 +08:00
parent 0dadf60d43
commit f4e81f4966
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export class NTQQFileApi {
}
async getFileSize(filePath: string): Promise<number> {
return await this.context.wrapper.util.getFileSize(filePath);
return await this.core.util.getFileSize(filePath);
}
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {