mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-11 05:11:34 +08:00
opt: subtitle & video screenshot (#2364)
This commit is contained in:
committed by
GitHub
parent
46d9f8ab1c
commit
fe15024384
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user