From 6d6bca4b1fcca14581cdfe26dccc38d73a3c4c97 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 13 Aug 2019 23:49:33 +0200 Subject: [PATCH] [mugenizer] ignore fx lines --- karaoke-adjust-1sec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karaoke-adjust-1sec.lua b/karaoke-adjust-1sec.lua index cd98d18..73f01af 100644 --- a/karaoke-adjust-1sec.lua +++ b/karaoke-adjust-1sec.lua @@ -127,7 +127,7 @@ function mugenizer(subs) template_present = true end - if line.class == "dialogue" and not line.comment then + if line.class == "dialogue" and not line.comment and line.effect ~= "fx" then if first == nil then first = i end