fix: 字幕导致headControl初始化失败

This commit is contained in:
guozhigq
2024-07-06 19:31:28 +08:00
parent d08e5df3c8
commit 2a096a91e0
2 changed files with 3 additions and 1 deletions

View File

@ -492,7 +492,7 @@ class VideoHttp {
return {'status': false, 'data': [], 'msg': res.data['msg']};
}
} catch (err) {
print(err);
return {'status': false, 'data': [], 'msg': res.data['msg']};
}
}