srt must end with a newline

This commit is contained in:
j 2014-11-11 14:34:52 +01:00
parent 4a354aa59e
commit d196176c91

View file

@ -752,7 +752,7 @@ Ox.formatSRT = function(subtitles) {
}).join(' --> '),
subtitle['text']
].join('\r\n')
}).join('\r\n\r\n');
}).join('\r\n\r\n') + '\r\n';
};
/*@