From 23b76280a5c0791e456818c2f2fb6d12d85b2da8 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 10 Aug 2019 17:06:40 +0200 Subject: [PATCH] [mugenizer] don't touch commented lines who knows, maybe it's another template line and we don't want to change it --- 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 df1b0e3..4ba4867 100644 --- a/karaoke-adjust-1sec.lua +++ b/karaoke-adjust-1sec.lua @@ -111,7 +111,7 @@ function mugenizer(subs) styles = styles + 1 end - if line.class == "dialogue" then + if line.class == "dialogue" and not line.comment then if first == nil then first = i end