mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-02 14:29:11 +02:00
fix: keep subtitle line breaks when parsing srt file to json
update job duration label for video clips list
This commit is contained in:
parent
11c916fe43
commit
cfb3da6592
3 changed files with 5 additions and 2 deletions
|
|
@ -68,6 +68,9 @@ class TranscriptParser
|
|||
|
||||
$subs[] = $sub;
|
||||
} else {
|
||||
if ($subText !== '') {
|
||||
$subText .= PHP_EOL . $line;
|
||||
}
|
||||
$subText .= $line;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue