mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: 无法发送url视频
This commit is contained in:
parent
70c596df93
commit
af28a26e37
@ -201,7 +201,7 @@ export class NTQQFileApi {
|
||||
elementType: ElementType.VIDEO,
|
||||
elementId: '',
|
||||
videoElement: {
|
||||
fileName: fileName || _fileName,
|
||||
fileName: (fileName || _fileName).replace(/\.[^/.]+$/, '.mp4'),
|
||||
filePath: path,
|
||||
videoMd5: md5,
|
||||
thumbMd5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user