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