From 6040010098b00f6adaea3581d061557e6742bf93 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 1 May 2018 11:21:11 +0200 Subject: [PATCH] srt should end with 2 newlines --- source/Ox/js/Format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Format.js b/source/Ox/js/Format.js index 52f21d1b..6870c75b 100644 --- a/source/Ox/js/Format.js +++ b/source/Ox/js/Format.js @@ -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'; }; /*@