opt: subtitle & video screenshot (#2364)

This commit is contained in:
My-Responsitories
2026-06-09 02:06:55 +00:00
committed by GitHub
parent 46d9f8ab1c
commit fe15024384
6 changed files with 68 additions and 77 deletions

View File

@@ -851,7 +851,7 @@ abstract final class VideoHttp {
..writeAll(
list.map(
(item) =>
'${item?['sid'] ?? 0}\n${_subtitleTimecode(item['from'])} --> ${_subtitleTimecode(item['to'])}\n${item['content'].trim()}',
'${_subtitleTimecode(item['from'])} --> ${_subtitleTimecode(item['to'])}\n${item['content'].trim()}',
),
'\n\n',
);