Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-17 16:55:43 +08:00
parent 7ae92970ef
commit 906c21e252
5 changed files with 98 additions and 85 deletions

View File

@@ -244,7 +244,7 @@ class VideoHttp {
};
}
} catch (err) {
return {'status': false, 'msg': err};
return {'status': false, 'msg': err.toString()};
}
}