mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ export class NTQQFileApi {
|
|||||||
throw new Error('packet cant get ptt url');
|
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) {
|
if (this.core.apis.PacketApi.available) {
|
||||||
try {
|
try {
|
||||||
if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {
|
if (chatType === ChatType.KCHATTYPEGROUP && fileUUID) {
|
||||||
|
Reference in New Issue
Block a user