mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
74547318e1
commit
0d9426e291
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user