srt should end with 2 newlines

This commit is contained in:
j 2018-05-01 11:21:11 +02:00
parent 2a389cfb40
commit 6040010098

View file

@ -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';
};
/*@