mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
@@ -148,7 +148,7 @@ export class NTQQFileApi {
|
||||
try {
|
||||
videoInfo = await getVideoInfo(path, logger);
|
||||
} catch (e) {
|
||||
logger.logWarn('获取视频信息失败,将使用默认值', e);
|
||||
logger.logError('获取视频信息失败,将使用默认值', e);
|
||||
}
|
||||
const thumbPath = new Map();
|
||||
const _thumbPath = await new Promise<string | undefined>((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user