srt should end with 2 newlines
This commit is contained in:
parent
2a389cfb40
commit
6040010098
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ Ox.formatSRT = function(subtitles) {
|
|||
}).join(' --> '),
|
||||
subtitle['text']
|
||||
].join('\r\n')
|
||||
}).join('\r\n\r\n') + '\r\n';
|
||||
}).join('\r\n\r\n') + '\r\n\r\n';
|
||||
};
|
||||
|
||||
/*@
|
||||
|
|
Loading…
Reference in a new issue