Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
手瓜一十雪
2025-05-07 20:51:50 +08:00
committed by GitHub
parent 5b9e44ddfc
commit b9293cbcd0

View File

@@ -105,7 +105,7 @@ export class NTQQFileApi {
throw new Error('packet cant get ptt url');
}
async getVideoUrlPakcet(chatType: ChatType, peer: string, fileUUID?: string) {
async getVideoUrlPacket(chatType: ChatType, peer: string, fileUUID?: string) {
if (this.core.apis.PacketApi.available) {
try {
if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {